Skip to content

Commit

Permalink
Increase goreleaser release timeout (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 committed Jan 9, 2023
1 parent 48f08e1 commit 005f353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ gorelease:
@$(MAKE) run CMD='-c "./build/gorelease.sh"'

release-snapshot:
@$(MAKE) run CMD='-c "GORELEASER_CURRENT_TAG=v9.99.9-dev goreleaser --debug release --rm-dist --snapshot"'
@$(MAKE) run CMD='-c "GORELEASER_CURRENT_TAG=v9.99.9-dev goreleaser --debug release --rm-dist --snapshot --timeout=60m0s"'

go-mod-download:
@$(MAKE) run CMD='-c "go mod download"'
Expand Down

0 comments on commit 005f353

Please sign in to comment.