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

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 6, 2022
1 parent f92707c commit 88fbbb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/fetchdep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ if [[ "$head" == *":"* ]]; then
TRY_ORG=${BRANCH_ARRAY[0]}
TRY_BRANCH=${BRANCH_ARRAY[1]}
fi
clone ${TRY_ORG} $defrepo ${TRY_BRANCH}
#clone ${TRY_ORG} $defrepo ${TRY_BRANCH}

echo $BUILDKITE_PULL_REQUEST_BASE_BRANCH

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

0 comments on commit 88fbbb8

Please sign in to comment.