You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ nginx-asg-sync:
15
15
.PHONY: build-goreleaser
16
16
build-goreleaser:
17
17
@goreleaser -v || (code=$$?;printf"\033[0;31mError\033[0m: there was a problem with GoReleaser. Follow the docs to install it https://goreleaser.com/install\n";exit$$code)
18
-
@GOPATH=$(shell go env GOPATH) goreleaser release --rm-dist --snapshot
18
+
@GOPATH=$(shell go env GOPATH) goreleaser release --clean --snapshot
19
19
20
20
.PHONY: build-goreleaser-docker
21
21
build-goreleaser-docker:
22
22
@docker -v || (code=$$?;printf"\033[0;31mError\033[0m: there was a problem with Docker\n";exit$$code)
0 commit comments