Skip to content

Commit

Permalink
Test git add -A
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellkrogza committed Jun 24, 2017
1 parent 355934f commit 6dd6f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis-ci/change-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
sudo chown travis:travis $TRAVIS_BUILD_DIR/globalblacklist.conf

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

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

0 comments on commit 6dd6f5c

Please sign in to comment.