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 82e0410 commit 8e3153dCopy full SHA for 8e3153d
1 file changed
buildkite/clone_repositories.sh
@@ -11,6 +11,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
11
origin_repo="$(echo "$BUILDKITE_REPO" | sed "s/.*\/\([^\]*\)[.]git/\1/")"
12
13
echo "--- Cloning all core repositories"
14
+echo "BUILDKITE_PULL_REQUEST_REPO='${BUILDKITE_PULL_REQUEST_REPO:-}'"
15
repositories=(dmd druntime phobos tools dub)
16
17
# For PRs to dlang/ci, clone itself too, s.t. the code below can be tested
0 commit comments