mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 22:05:46 +00:00
Revert "Fix file dupe copy errors & trace errors in one of the bash script running them with sh -x"
This reverts commit c2f8533762
.
This commit is contained in:
parent
858b6a04c1
commit
73cd9c43b9
2 changed files with 14 additions and 14 deletions
|
@ -72,10 +72,10 @@ git checkout master
|
|||
# Modify our files with build and version information
|
||||
# ***************************************************
|
||||
|
||||
sudo sh -x $TRAVIS_BUILD_DIR/travisCI/generate-blacklist.sh
|
||||
sudo sh -x $TRAVIS_BUILD_DIR/travisCI/modify-config-readme-files.sh
|
||||
sudo sh -x $TRAVIS_BUILD_DIR/travisCI/generate-robots.sh
|
||||
sudo sh -x $TRAVIS_BUILD_DIR/travisCI/generate-google-disavow.sh
|
||||
sudo $TRAVIS_BUILD_DIR/travisCI/generate-blacklist.sh
|
||||
sudo $TRAVIS_BUILD_DIR/travisCI/modify-config-readme-files.sh
|
||||
sudo $TRAVIS_BUILD_DIR/travisCI/generate-robots.sh
|
||||
sudo $TRAVIS_BUILD_DIR/travisCI/generate-google-disavow.sh
|
||||
php ./travisCI/generate-google-exclude.php
|
||||
|
||||
# *************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue