Skip to content

Commit

Permalink
fix: goreleaser (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed May 9, 2023
1 parent 7ce9165 commit fa5fa73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ source:
format: "zip"

env:
# FULL_RELEASE is a boolean that indicates whether should GoReleaser only build & push Docker images (false), or also do the release step (true)
- FULL_RELEASE={{ if index .Env "FULL_RELEASE" }}{{ .Env.FULL_RELEASE }}{{ else }}false{{ end }}
- GOPROXY={{ if index .Env "GOPROXY" }}{{ .Env.GOPROXY }}{{ else }}https://proxy.golang.org,direct{{ end }}
- GOSUMDB={{ if index .Env "GOSUMDB" }}{{ .Env.GOSUMDB }}{{ else }}sum.golang.org{{ end }}
- DOCKER_REPO={{ if index .Env "DOCKER_REPO" }}{{ .Env.DOCKER_REPO }}/{{ else }}{{ end }}
Expand Down

0 comments on commit fa5fa73

Please sign in to comment.