Skip to content

Commit

Permalink
[DO NOT MERGE] Use customized julia branch
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored and DilumAluthge committed Nov 2, 2022
1 parent f2853f4 commit 1cb4377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/hooks/post-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
# Buildkite users can trigger new builds with these values overridden to
# test specific julia gitshas
UPSTREAM_URL="${UPSTREAM_URL:-https://github.com/JuliaLang/julia.git}"
UPSTREAM_BRANCH="${UPSTREAM_BRANCH:-master}"
UPSTREAM_BRANCH="${UPSTREAM_BRANCH:-sf/core_o_rama}"

# All of our workers are required to provide a default for the julia cache dir
# We're going to cache repositories in here, just like buildkite itself would:
Expand Down

0 comments on commit 1cb4377

Please sign in to comment.