mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-09-01 06:41:42 +08:00
run wp container fg for circle
This commit is contained in:
parent
06a2c39074
commit
2471094781
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue