mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Another way to make a release
This commit is contained in:
@@ -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" && GITHUB_TOKEN=$GITHUB_TOKEN_TROUBLESHOOT make release; fi
|
||||
- if [ -z "$BUILDKITE_TAG" ]; then echo "Not a tag, not releasing"; else git tag -f "$BUILDKITE_TAG" && export GITHUB_TOKEN=$GITHUB_TOKEN_TROUBLESHOOT && make release; fi
|
||||
plugins:
|
||||
- docker#v3.2.0:
|
||||
always-pull: true
|
||||
|
||||
Reference in New Issue
Block a user