From 15178ce54fd97e264537dd3ab82f27067fbdd1da Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sat, 24 Jun 2017 11:48:24 +0200 Subject: [PATCH] Test git add -A instead of adding specific modified files individually --- travisCI/change-file.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/travisCI/change-file.sh b/travisCI/change-file.sh index a366b47ae..cf12a9f6d 100755 --- a/travisCI/change-file.sh +++ b/travisCI/change-file.sh @@ -26,11 +26,12 @@ sudo $TRAVIS_BUILD_DIR/travisCI/modify-readme.sh sudo chown -R travis:travis $TRAVIS_BUILD_DIR/* # Add the modified file to the and commit it -git add $TRAVIS_BUILD_DIR/README.md -git add $TRAVIS_BUILD_DIR/AUTO-CONFIGURATION.md -git add $TRAVIS_BUILD_DIR/MANUAL-CONFIGURATION.md -git add $TRAVIS_BUILD_DIR/conf.d/globalblacklist.conf -git add $TRAVIS_BUILD_DIR/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf +#git add $TRAVIS_BUILD_DIR/README.md +#git add $TRAVIS_BUILD_DIR/AUTO-CONFIGURATION.md +#git add $TRAVIS_BUILD_DIR/MANUAL-CONFIGURATION.md +#git add $TRAVIS_BUILD_DIR/conf.d/globalblacklist.conf +#git add $TRAVIS_BUILD_DIR/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/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 \ No newline at end of file