We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223af17 commit fc5b13dCopy full SHA for fc5b13d
Makefile
@@ -89,3 +89,8 @@ docker-goreleaser-integration-test: build-linux
89
go list -json -m all | $(DOCKER_CMD) run --rm -i sonatypecommunity/nancy:goreleaser-integration-test sleuth -e $(NANCY_IGNORE)
90
91
docker-integration-tests: docker-alpine-integration-test docker-goreleaser-integration-test
92
+
93
+goreleaser-sanity-check:
94
+ # verifies goreleaser can build all the stuff. couldn't get it to play nice in the regular CI 'build' job, but at
95
+ # the incantation is here for future use.
96
+ curl -sL https://git.io/goreleaser | bash -s -- --snapshot --skip-publish --rm-dist
0 commit comments