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.
JuliaLang/julia#release-1.12
JuliaCI/julia-buildkite
1 parent b20808d commit cac6abcCopy full SHA for cac6abc
.buildkite/hooks/post-checkout
@@ -5,7 +5,7 @@ set -euo pipefail
5
# Buildkite users can trigger new builds with these values overridden to
6
# test specific julia gitshas
7
UPSTREAM_URL="${UPSTREAM_URL:-https://github.com/JuliaLang/julia.git}"
8
-UPSTREAM_BRANCH="${UPSTREAM_BRANCH:-master}"
+UPSTREAM_BRANCH="${UPSTREAM_BRANCH:-release-1.12}"
9
10
# All of our workers are required to provide a default for the julia cache dir
11
# We're going to cache repositories in here, just like buildkite itself would:
0 commit comments