1 parent ba7a89e commit 311ffcdCopy full SHA for 311ffcd
1 file changed
.buildkite/pipeline.yml
@@ -79,9 +79,9 @@ steps:
79
echo "--- Checking all packages compile"
80
.buildkite/setup-go.sh go build ./...
81
echo "--- Building builddeck binary"
82
- # Get version from tag.txt artifact created by tag step (if tag was created)
83
- if buildkite-agent artifact download tag.txt . --step tag 2>/dev/null; then
84
- VERSION=$(cat tag.txt)
+ # Get version from builddeck.tag artifact created by tag step (if tag was created)
+ if buildkite-agent artifact download builddeck.tag . --step tag 2>/dev/null; then
+ VERSION=$(cat builddeck.tag)
85
echo "Using version from tag step: ${VERSION}"
86
else
87
VERSION="dev"
0 commit comments