We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ade7fc9 + 8866570 commit bc5a5fbCopy full SHA for bc5a5fb
1 file changed
.gitlab-ci.yml
@@ -147,6 +147,8 @@ homebrew:
147
aws_access_key_id = ${AWS_ACCESS_KEY_ID}
148
aws_secret_access_key = ${AWS_SECRET_ACCESS_KEY}
149
EOF
150
+ - export AWS_SHARED_CREDENTIALS_FILE=/home/node/.aws/credentials
151
+ - export AWS_CONFIG_FILE=/home/node/.aws/config
152
- export AWS_SDK_LOAD_CONFIG=true
153
- export AWS_PROFILE=cloudgraph-iac
154
script:
0 commit comments