Skip to content

Commit 2d5bdfd

Browse files
committed
Change the build order to build CLI first and then the images
1 parent 3f05631 commit 2d5bdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
- install-go
122122
- run: sudo apt update && sudo apt install parallel -y
123123
- run: sudo pip install awscli
124-
- run: make ci-build-images
125124
- run: make ci-build-cli
125+
- run: make ci-build-images
126126
- return-if-not-deployed-branch
127127
- quay-login
128128
- run:

0 commit comments

Comments
 (0)