Skip to content

Commit 35de529

Browse files
add git checkout $TRAVIS_BRANCH
1 parent 03fdb35 commit 35de529

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
@@ -8,6 +8,7 @@ git config --global user.email "${GIT_EMAIL}"
88
git config --global user.name "${GIT_NAME}"
99
git config --global push.default simple
1010
git branch
11+
git checkout $TRAVIS_BRANCH
1112
#sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
1213
#git fetch --tags
1314
msg="Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"

0 commit comments

Comments
 (0)