We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cf265 commit 24fd859Copy full SHA for 24fd859
buildkite/scripts/download-artifact-from-cache.sh
@@ -9,7 +9,7 @@ if [[ $# -lt 2 ]]; then
9
fi
10
11
DOWNLOAD_BIN=gsutil
12
-PREFIX=gs://buildkite_k8s/coda/shared/0192b1f4-720f-48d9-b8a4-5044a7409187
+PREFIX=gs://buildkite_k8s/coda/shared/${BUILDKITE_BUILD_ID}
13
FILE="$1"
14
REMOTE_LOCATION="$2"
15
OPTS=${3:-""}
0 commit comments