We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fdb35 commit 35de529Copy full SHA for 35de529
travis-ci/deploy2.sh
@@ -8,6 +8,7 @@ git config --global user.email "${GIT_EMAIL}"
8
git config --global user.name "${GIT_NAME}"
9
git config --global push.default simple
10
git branch
11
+git checkout $TRAVIS_BRANCH
12
#sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
13
#git fetch --tags
14
msg="Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
0 commit comments