Skip to content

Commit ab2e00b

Browse files
check working branch after doing git checkout $TRAVIS_BRANCH
1 parent 35de529 commit ab2e00b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis-ci/deploy2.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ git config --global user.name "${GIT_NAME}"
99
git config --global push.default simple
1010
git branch
1111
git checkout $TRAVIS_BRANCH
12+
git branch
1213
#sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
1314
#git fetch --tags
1415
msg="Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"

0 commit comments

Comments
 (0)