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 71a541d commit 6dd9f5dCopy full SHA for 6dd9f5d
ci/fetch-rust-docker.bash
@@ -49,7 +49,7 @@ case "$TARGET" in
49
*) exit ;;
50
esac
51
52
-master=$(git ls-remote "$RUST_REPO" refs/heads/master | cut -f1)
+master=$(git ls-remote "$RUST_REPO" HEAD | cut -f1)
53
image_url="$ARTIFACTS_BASE_URL/$master/image-$image.txt"
54
info="/tmp/image-$image.txt"
55
0 commit comments