Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 88fbbb8

Browse files
committed
debug
1 parent f92707c commit 88fbbb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/fetchdep.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ if [[ "$head" == *":"* ]]; then
6060
TRY_ORG=${BRANCH_ARRAY[0]}
6161
TRY_BRANCH=${BRANCH_ARRAY[1]}
6262
fi
63-
clone ${TRY_ORG} $defrepo ${TRY_BRANCH}
63+
#clone ${TRY_ORG} $defrepo ${TRY_BRANCH}
64+
65+
echo $BUILDKITE_PULL_REQUEST_BASE_BRANCH
6466

6567
# Try the target branch of the push or PR.
6668
if [ -n $GITHUB_BASE_REF ]; then

0 commit comments

Comments
 (0)