Skip to content

Commit 24fd859

Browse files
committed
Revert "hardcode build id for testing"
This reverts commit 8fd4947.
1 parent 13cf265 commit 24fd859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/scripts/download-artifact-from-cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [[ $# -lt 2 ]]; then
99
fi
1010

1111
DOWNLOAD_BIN=gsutil
12-
PREFIX=gs://buildkite_k8s/coda/shared/0192b1f4-720f-48d9-b8a4-5044a7409187
12+
PREFIX=gs://buildkite_k8s/coda/shared/${BUILDKITE_BUILD_ID}
1313
FILE="$1"
1414
REMOTE_LOCATION="$2"
1515
OPTS=${3:-""}

0 commit comments

Comments
 (0)