Skip to content

Commit

Permalink
update: set a 60m timeout for both circleCI and goreleaser.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Apr 26, 2022
1 parent e2c72f3 commit b38ebf1
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 @@ -58,7 +58,7 @@ jobs:
echo ${DOCKERHUB_SECRET} | docker login -u ${DOCKERHUB_USER} --password-stdin
- run:
name: Go releaser
no_output_timeout: 40m
no_output_timeout: 60m
command: |
export DOCKER_CLI_EXPERIMENTAL=enabled
curl -sL https://git.io/goreleaser | bash
curl -sL https://git.io/goreleaser | bash -s -- --timeout 60m

0 comments on commit b38ebf1

Please sign in to comment.