Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
ddriddle committed Oct 28, 2024
1 parent 8333b03 commit 786369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ aws_debug: export PATH:=$(PWD)/venv.v2/$(VBIN):$(PATH)
aws_debug: venv.v2
aws configure set plugins.login awscli_login
aws configure set plugins.cli_legacy_plugin_path $$(pip show awscli-login | sed -nr 's/^Location: (.*)/\1/p')
printf "[default]\ncredential_process = aws-login --profile default\n" > ~/aws/credentials
printf "[default]\ncredential_process = aws-login --profile default\n" > ~/.aws/credentials
aws login --aws-debug

integration-tests-v2: export AWSCLI_TEST_V2:=1
Expand Down

0 comments on commit 786369e

Please sign in to comment.