Skip to content

Commit

Permalink
test [ci debug]
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Feb 23, 2024
1 parent 9659ab7 commit b4ad276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
# ability to query ECR images
ecr_login
set +eu
set -x
# convert to json, run a python script, write out json (which is a readable as YAML)
pip install PyYAML
build-system/scripts/generate_circleci_config.py
Expand Down
1 change: 1 addition & 0 deletions build-system/scripts/ecr_login
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
REGION=${1:-$ECR_REGION}
aws ecr get-login-password --region $REGION
aws ecr get-login-password --region $REGION \
| docker login --username AWS --password-stdin $AWS_ACCOUNT.dkr.ecr.$REGION.amazonaws.com 2> /dev/null

0 comments on commit b4ad276

Please sign in to comment.