We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523f373 commit 6641a78Copy full SHA for 6641a78
travis-ci/install-nginx.sh
@@ -47,7 +47,7 @@ sudo nginx -c /etc/nginx/nginx.conf
47
#sudo service nginx reload
48
49
# Copy our index.php file into the default site's root folder
50
-sudo cp $TRAVIS_BUILD_DIR/www/index.php /var/www/html/index.php
+sudo cp $TRAVIS_BUILD_DIR/travis-ci/index.php /var/www/html/index.php
51
52
# Run update-ngxblocker test
53
cd /usr/sbin
0 commit comments