Skip to content

Commit

Permalink
[circleci] safetyrules to validator_tcb
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin committed Mar 4, 2022
1 parent 768c0f2 commit 6148949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
command: ./docker/<< parameters.image-name >>/build.sh
no_output_timeout: 30m
- aws-setup
- run: SOURCE=diem/<< parameters.image-name >>:latest TARGET_REPO="${AWS_ECR_ACCOUNT_URL}/diem/<< parameters.target-image-name >>" TARGET_TAGS="${TAGS}:dev_$(git rev-parse --short=8 HEAD)" docker/tag-and-push.sh
- run: SOURCE=diem/<< parameters.target-image-name >>:latest TARGET_REPO="${AWS_ECR_ACCOUNT_URL}/diem/<< parameters.target-image-name >>" TARGET_TAGS="${TAGS}:dev_$(git rev-parse --short=8 HEAD)" docker/tag-and-push.sh
# a dummy job so that we can require auto or canary branches
require-bors:
machine:
Expand Down

0 comments on commit 6148949

Please sign in to comment.