Skip to content

Commit b01adbb

Browse files
committed
TEMP: Override the rust docker image for this release
Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 995002f commit b01adbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/fetch-rust-docker.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ case "$TARGET" in
3636
*) exit ;;
3737
esac
3838

39-
master=$(git ls-remote "$RUST_REPO" refs/heads/master | cut -f1)
39+
# Temporary override
40+
# master=$(git ls-remote "$RUST_REPO" refs/heads/master | cut -f1)
41+
master="6de63b2d8084123ff1471f5cf1c89f77b362427b"
4042
image_url="$ARTIFACTS_BASE_URL/$master/image-$image.txt"
4143
info="/tmp/image-$image.txt"
4244

0 commit comments

Comments
 (0)