Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Apr 11, 2024
1 parent 0f2aba9 commit e1a5c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/scripts/cond_run_container
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ if ! check_rebuild $SUCCESS_TAG $REPOSITORY; then
# Login to pull our ecr images with docker.
retry ecr_login
retry docker pull $IMAGE_URI
docker run --rm -t $IMAGE_URI $@
docker run --rm $IMAGE_URI $@
retry tag_remote_image $REPOSITORY $BASE_TAG $SUCCESS_TAG
fi

0 comments on commit e1a5c59

Please sign in to comment.