We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf3704 commit 7b77ea5Copy full SHA for 7b77ea5
.buildkite/steps/test-bk.sh
@@ -3,14 +3,14 @@ set -euo pipefail
3
4
5
echo "--- :package: Downloading bk binary"
6
-curl -Lfs -o bk https://github.com/buildkite/cli/releases/download/v1.2.0/cli-linux-amd64
7
-chmod +x ./bk
+go install github.com/buildkite/cli/v2/cmd/bk@pdp-478-teach-bk-cli-how-to-receive-async
8
9
echo "--- :package: Downloading built binary"
10
rm -rf pkg/*
11
buildkite-agent artifact download pkg/buildkite-agent-linux-amd64 .
12
mv pkg/buildkite-agent-linux-amd64 pkg/buildkite-agent
13
chmod +x pkg/buildkite-agent
14
+echo "--- :buildkite: Uploading a pipeline with bk cli as a backend"
15
export PATH="$PWD/pkg:$PATH"
16
-./bk run --debug .buildkite/pipeline.bk-test.yml
+bk run --debug .buildkite/pipeline.bk-test.yml
0 commit comments