Skip to content

Commit 4037f69

Browse files
committed
Generalize CI AWS account ID
1 parent 858b6af commit 4037f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
EOF
195195
- run:
196196
name: Create/Update AWS User policy
197-
command: python ./dev/create_user.py cortex-nightly 388176669058 us-east-1 > $BASH_ENV
197+
command: python ./dev/create_user.py cortex-nightly $NIGHTLY_AWS_ACCOUNT_ID us-east-1 > $BASH_ENV
198198
- run:
199199
name: Wait for new keys to propagate in AWS
200200
command: sleep 10
@@ -260,7 +260,7 @@ jobs:
260260
echo 'export AWS_SECRET_ACCESS_KEY=${NIGHTLY_AWS_SECRET_ACCESS_KEY}' >> $BASH_ENV
261261
- run:
262262
name: Create/Update AWS User policy
263-
command: python ./dev/create_user.py cortex-nightly 388176669058 us-east-1 > $BASH_ENV
263+
command: python ./dev/create_user.py cortex-nightly $NIGHTLY_AWS_ACCOUNT_ID us-east-1 > $BASH_ENV
264264
- run:
265265
name: Wait for new keys to propagate in AWS
266266
command: sleep 10

0 commit comments

Comments
 (0)