Skip to content

Commit 4058d22

Browse files
authored
Fix Circle CI no output timeout (#2273)
1 parent 9597bcc commit 4058d22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ jobs:
131131
- run: make ci-build-cli
132132
- return-if-not-deployed-branch
133133
- run: make ci-build-and-upload-cli
134-
- run: make ci-build-images
134+
- run:
135+
command: make ci-build-images
136+
no_output_timeout: 40m
135137
- quay-login
136138
- run:
137139
command: make ci-push-images

0 commit comments

Comments
 (0)