Skip to content

Commit

Permalink
exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Jul 26, 2019
1 parent 0bc7751 commit f8f5687
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:

- label: release
commands:
- if [ -z "$BUILDKITE_TAG" ]; then echo "Not a tag, not releasing"; else git tag -f "$BUILDKITE_TAG" && make release; fi
- if [ -z "$BUILDKITE_TAG" ]; then echo "Not a tag, not releasing"; else git tag -f "$BUILDKITE_TAG" && GITHUB_TOKEN=$GITHUB_TOKEN_TROUBLESHOOT make release; fi
plugins:
- docker#v3.2.0:
always-pull: true
Expand All @@ -35,5 +35,3 @@ steps:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/var/lib/buildkite-agent/.docker/config.json:/home/builder/.docker/config.json"
environment:
- GITHUB_TOKEN=$GITHUB_TOKEN_TROUBLESHOOT

0 comments on commit f8f5687

Please sign in to comment.