Set longer no_output_timeout for release
Ref https://support.circleci.com/hc/en-us/articles/360007188574-Build-has-hit-timeout-limit
This commit is contained in:
parent
d8247e6543
commit
ccd81de77e
|
|
@ -130,6 +130,7 @@ jobs:
|
|||
- go-mod-cache-v1-
|
||||
- setup_remote_docker
|
||||
- run:
|
||||
no_output_timeout: 30m
|
||||
command: |
|
||||
docker login -u="$DOCKER_USER" -p="$DOCKER_PASS" quay.io
|
||||
make tools
|
||||
|
|
|
|||
Loading…
Reference in New Issue