Skip to content

Commit 667eb43

Browse files
committed
fix(brew): update brew pipeline to use node profile and correct iac acct
1 parent 0dc0235 commit 667eb43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,25 +130,25 @@ homebrew:
130130
# - *install-packages
131131
- *configure-registry
132132
- *configure-ssh
133-
- mkdir -p /root/.aws
133+
- mkdir -p /home/node/.aws
134134
- |
135-
cat << EOF > /root/.aws/config
135+
cat << EOF > /home/node/.aws/config
136136
[default]
137137
region=us-east-1
138138
output=json
139139
140-
[profile autocloud-iac]
140+
[profile cloudgraph-iac]
141141
role_arn = ${AWS_ROLE_ARN}
142142
source_profile = default
143143
EOF
144144
- |
145-
cat << EOF > /root/.aws/credentials
145+
cat << EOF > /home/node/.aws/credentials
146146
[default]
147147
aws_access_key_id = ${AWS_ACCESS_KEY_ID}
148148
aws_secret_access_key = ${AWS_SECRET_ACCESS_KEY}
149149
EOF
150150
- export AWS_SDK_LOAD_CONFIG=true
151-
- export AWS_PROFILE=autocloud-iac
151+
- export AWS_PROFILE=cloudgraph-iac
152152
script:
153153
- yarn build
154154
- yarn homebrew

0 commit comments

Comments
 (0)