Skip to content

Commit

Permalink
skip signing for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed May 27, 2019
1 parent 480c4de commit d2b58c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -53,7 +53,7 @@ website:
travis-release: test-with-coverage lint vet verify-release integration-tests upload-coverage website

verify-release:
curl -sL https://git.io/goreleaser | bash /dev/stdin --skip-publish --rm-dist --snapshot
curl -sL https://git.io/goreleaser | bash /dev/stdin --skip-publish --skip-sign --rm-dist --snapshot

upload-coverage: $(GOVERALLS_TOOL)
$(GOVERALLS_TOOL) -service=travis-ci -coverprofile=tmp.cov
Expand Down

0 comments on commit d2b58c1

Please sign in to comment.