run wp container fg for circle

This commit is contained in:
Leon 2017-03-20 22:17:50 +13:00
parent 06a2c39074
commit 2471094781
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ test:
override:
- docker build -t leonstafford/wordpress-static-html-plugin:latest .
- docker run --name devmysql -e MYSQL_ROOT_PASSWORD=banana -d mariadb
- docker run --name plugindevwp --link devmysql:mysql -p 8080:80 -d -v $(pwd):/app leonstafford/wordpress-static-html-plugin /bin/bash /post_launch.sh
- docker run --name plugindevwp --link devmysql:mysql -p 8080:80 -v $(pwd):/app leonstafford/wordpress-static-html-plugin /bin/bash /post_launch.sh
- docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:latest
- /bin/bash run_tests.sh

View file

@ -28,5 +28,5 @@ wp --allow-root plugin activate wordpress-static-html-output
#wp --allow-root plugin install static-html-output-plugin --activate
# OPTIONAL: run log apache errors
# tail -f /var/log/apache2/error.log
tail -f /var/log/apache2/error.log