Skip to content

Commit

Permalink
update account id
Browse files Browse the repository at this point in the history
  • Loading branch information
mchan9125 committed Dec 7, 2023
1 parent c9a2a85 commit f348a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
command: |
set -x
docker image ls
docker run 122211685980.dkr.ecr.us-west-2.amazonaws.com/<< parameters.repo >>:<< parameters.tag >> ping -V
docker run 187376578462.dkr.ecr.us-west-2.amazonaws.com/<< parameters.repo >>:<< parameters.tag >> ping -V
status=$?
if [ "${status}" -ne 0 ]; then exit "${status}"; else exit 0; fi
set +x
Expand Down

0 comments on commit f348a9b

Please sign in to comment.