Building all binaries

This commit is contained in:
Marc Campbell
2019-07-26 19:14:12 +00:00
parent 5e77338507
commit 0bc775192c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ steps:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/var/lib/buildkite-agent/.docker/config.json:/home/builder/.docker/config.json"
environment:
- "GITHUB_TOKEN_TROUBLESHOOT"
- GITHUB_TOKEN=$GITHUB_TOKEN_TROUBLESHOOT
+1 -1
View File
@@ -83,7 +83,7 @@ snapshot-release:
.PHONY: release
release:
curl -sL https://git.io/goreleaser | GITHUB_TOKEN=$$GITHUB_TOKEN_TROUBLESHOOT bash -s -- --rm-dist --config deploy/.goreleaser.yml
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml
.PHONY: local-release
local-release: