Skip to content

Commit bc5a5fb

Browse files
committed
Merge branch 'fix/homebrew-pipeline-before-script' into 'master'
fix(brew): update brew pipeline before script with correct aws file locations See merge request auto-cloud/cloudgraph/cli!205
2 parents ade7fc9 + 8866570 commit bc5a5fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ homebrew:
147147
aws_access_key_id = ${AWS_ACCESS_KEY_ID}
148148
aws_secret_access_key = ${AWS_SECRET_ACCESS_KEY}
149149
EOF
150+
- export AWS_SHARED_CREDENTIALS_FILE=/home/node/.aws/credentials
151+
- export AWS_CONFIG_FILE=/home/node/.aws/config
150152
- export AWS_SDK_LOAD_CONFIG=true
151153
- export AWS_PROFILE=cloudgraph-iac
152154
script:

0 commit comments

Comments
 (0)