Skip to content

Commit 4f5732a

Browse files
committed
Push CLI before attempting to build images
1 parent 2d5bdfd commit 4f5732a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ jobs:
122122
- run: sudo apt update && sudo apt install parallel -y
123123
- run: sudo pip install awscli
124124
- run: make ci-build-cli
125-
- run: make ci-build-images
126125
- return-if-not-deployed-branch
126+
- run: make ci-build-and-upload-cli
127+
- run: make ci-build-images
127128
- quay-login
128129
- run:
129130
command: make ci-push-images
130131
no_output_timeout: 20m
131-
- run: make ci-build-and-upload-cli
132132

133133
e2e-tests-aws:
134134
docker:

0 commit comments

Comments
 (0)