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 355934f commit 6dd6f5cCopy full SHA for 6dd6f5c
travis-ci/change-file.sh
@@ -30,7 +30,8 @@ sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
30
sudo chown travis:travis $TRAVIS_BUILD_DIR/globalblacklist.conf
31
32
# Add the modified file to the and commit it
33
-git add $TRAVIS_BUILD_DIR/globalblacklist.conf
+#git add $TRAVIS_BUILD_DIR/globalblacklist.conf
34
+git add -A
35
git commit -am "V3.$YEAR.$MONTH.$TRAVIS_BUILD_NUMBER [ci skip]"
36
37
# Travis now moves to the before_deploy: section of .travis.yml
0 commit comments