File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments