From 736424c82eb3415e7e21551a327b9d042df27a3a Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 18 Jun 2019 18:26:21 -0700 Subject: [PATCH] Add git branches debug --- tests/ci_git_prep.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ci_git_prep.sh b/tests/ci_git_prep.sh index 5b66678..3dc6be5 100755 --- a/tests/ci_git_prep.sh +++ b/tests/ci_git_prep.sh @@ -21,6 +21,7 @@ echo "Detected Branch: $CURRENT_BRANCH" echo "Setting git config parameters..." git_setup +echo "git branches:\n$(git branch -a)" echo "Initiating git fetch..." git fetch --depth=1 $GH_TOKEN@github.com:$TRAVIS_PULL_REQUEST_SLUG.git refs/heads/$CURRENT_BRANCH:refs/remotes/origin/$CURRENT_BRANCH > /dev/null 2>&1 echo "Running git checkout..."