Skip to content

Commit

Permalink
TEMP: Override the rust docker image for this release
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
  • Loading branch information
kinnison committed Jul 8, 2020
1 parent 995002f commit b01adbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/fetch-rust-docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ case "$TARGET" in
*) exit ;;
esac

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

Expand Down

0 comments on commit b01adbb

Please sign in to comment.