Skip to content

Commit

Permalink
Merge pull request #27 from replicatedhq/release-tag
Browse files Browse the repository at this point in the history
Release tokens
  • Loading branch information
marccampbell committed Jul 26, 2019
2 parents d9990f8 + fa14500 commit fbfc1c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Expand Up @@ -34,6 +34,6 @@ steps:
workdir: /go/src/github.com/replicatedhq/troubleshoot
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- "GITHUB_TOKEN"
- "/var/lib/buildkite-agent/.docker/config.json:/home/builder/.docker/config.json"
environment:
- "GITHUB_TOKEN_TROUBLESHOOT"
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -82,6 +82,7 @@ snapshot-release:
docker push replicated/troubleshoot-manager:alpha

.PHONY: release
release: export GITHUB_TOKEN=$$GITHUB_TOKEN_TROUBLESHOOT
release:
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml

Expand Down

0 comments on commit fbfc1c4

Please sign in to comment.