Skip to content

Commit 8866570

Browse files
committed
fix(brew): update brew pipeline before script with correct aws file locations
1 parent 667eb43 commit 8866570

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)