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 928b5f6 commit 0ed4e38Copy full SHA for 0ed4e38
travis-ci/deploy2.sh
@@ -18,7 +18,7 @@ git add $TRAVIS_BUILD_DIR/globalblacklist.conf
18
#git add $TRAVIS_BUILD_DIR/build.txt
19
export GIT_TAG=V2.$YEAR-$MONTH.$TRAVIS_BUILD_NUMBER
20
git tag $GIT_TAG -a -m "Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
21
-#git commit -am "Update build version file $GIT_TAG with $TRAVIS_BUILD_NUMBER"
+git commit -am "Update build version file $GIT_TAG with $TRAVIS_BUILD_NUMBER"
22
sudo git push origin master && git push origin master --tags
23
#git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --all
24
ls -aR
0 commit comments