Skip to content

Commit f8f5687

Browse files
committed
exporting
1 parent 0bc7751 commit f8f5687

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626

2727
- label: release
2828
commands:
29-
- if [ -z "$BUILDKITE_TAG" ]; then echo "Not a tag, not releasing"; else git tag -f "$BUILDKITE_TAG" && make release; fi
29+
- 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
3030
plugins:
3131
- docker#v3.2.0:
3232
always-pull: true
@@ -35,5 +35,3 @@ steps:
3535
volumes:
3636
- "/var/run/docker.sock:/var/run/docker.sock"
3737
- "/var/lib/buildkite-agent/.docker/config.json:/home/builder/.docker/config.json"
38-
environment:
39-
- GITHUB_TOKEN=$GITHUB_TOKEN_TROUBLESHOOT

0 commit comments

Comments
 (0)