Skip to content

Commit

Permalink
Push CLI before attempting to build images
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalbollu committed Mar 16, 2021
1 parent 2d5bdfd commit 4f5732a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ jobs:
- run: sudo apt update && sudo apt install parallel -y
- run: sudo pip install awscli
- run: make ci-build-cli
- run: make ci-build-images
- return-if-not-deployed-branch
- run: make ci-build-and-upload-cli
- run: make ci-build-images
- quay-login
- run:
command: make ci-push-images
no_output_timeout: 20m
- run: make ci-build-and-upload-cli

e2e-tests-aws:
docker:
Expand Down

0 comments on commit 4f5732a

Please sign in to comment.