Skip to content

Commit 6dd6f5c

Browse files
Test git add -A
1 parent 355934f commit 6dd6f5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis-ci/change-file.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
3030
sudo chown travis:travis $TRAVIS_BUILD_DIR/globalblacklist.conf
3131

3232
# Add the modified file to the and commit it
33-
git add $TRAVIS_BUILD_DIR/globalblacklist.conf
33+
#git add $TRAVIS_BUILD_DIR/globalblacklist.conf
34+
git add -A
3435
git commit -am "V3.$YEAR.$MONTH.$TRAVIS_BUILD_NUMBER [ci skip]"
3536

3637
# Travis now moves to the before_deploy: section of .travis.yml

0 commit comments

Comments
 (0)