Add git branches debug

This commit is contained in:
checktheroads 2019-06-18 18:26:21 -07:00
parent ead1c99230
commit 736424c82e

View file

@ -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..."