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 addf8de commit dd079c1Copy full SHA for dd079c1
travis-ci/changefile.sh
@@ -29,10 +29,7 @@ git checkout master
29
sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
30
sudo chown travis:travis $TRAVIS_BUILD_DIR/globalblacklist.conf
31
git add $TRAVIS_BUILD_DIR/globalblacklist.conf
32
-git commit -am "Update build version file with $TRAVIS_BUILD_NUMBER [ci skip]"
33
-echo "Hello"
34
-echo "Hello 2"
35
-echo "Hello 3"
+git commit -am "Version: V3.$YEAR.$MONTH.$TRAVIS_BUILD_NUMBER [ci skip]"
36
#git add -A .
37
#git add $TRAVIS_BUILD_DIR/build.txt
38
#git commit -m "Update build version file with $TRAVIS_BUILD_NUMBER"
0 commit comments