mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Fixes to changefile.sh script
This commit is contained in:
parent
8ae0df42e2
commit
9123b43d38
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ sudo $TRAVIS_BUILD_DIR/travisCI/modify-globalblacklist.sh
|
|||
sudo chown -R travis:travis $TRAVIS_BUILD_DIR/*
|
||||
|
||||
# Add the modified file to the and commit it
|
||||
git add $TRAVIS_BUILD_DIR/globalblacklist.conf
|
||||
git add $TRAVIS_BUILD_DIR/conf.d/globalblacklist.conf
|
||||
git add $TRAVIS_BUILD_DIR/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf
|
||||
git commit -am "V3.$YEAR.$MONTH.$TRAVIS_BUILD_NUMBER [ci skip]"
|
||||
|
||||
# Travis now moves to the before_deploy: section of .travis.yml
|
Loading…
Add table
Reference in a new issue