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 f8f9629 commit 8b048a7Copy full SHA for 8b048a7
1 file changed
buildkite.sh
@@ -6,6 +6,8 @@ if [ "${BUILDKITE_PULL_REQUEST_BASE_BRANCH:-master}" == "dmd-cxx" ] ; then
6
exit 0
7
fi
8
9
+echo "BUILDKITE_PULL_REQUEST_REPO='${BUILDKITE_PULL_REQUEST_REPO:-}'"
10
+
11
read -r -d '' LOAD_CI_FOLDER <<- EOM
12
# just to be sure there isn't anything old left
13
git clean -ffdxq .
0 commit comments