Skip to content
Snippets Groups Projects
Commit 8d586c3e authored by Erick Hitter's avatar Erick Hitter
Browse files

We can't use the default CI image, alpine, as it lacks dependencies like svn.

parent b2435ec0
No related branches found
No related tags found
1 merge request!6Introduce automated deploy to WP.org
Pipeline #746 passed
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
...@@ -36,6 +36,7 @@ PHPunit:PHP7.2:MySQL: ...@@ -36,6 +36,7 @@ PHPunit:PHP7.2:MySQL:
- phpunit - phpunit
PHPunit:PHP7.3:MySQL: PHPunit:PHP7.3:MySQL:
stage: test
image: containers.ethitter.com:443/docker/images/php:7.3 image: containers.ethitter.com:443/docker/images/php:7.3
services: services:
- mysql:5.6 - mysql:5.6
...@@ -46,6 +47,7 @@ PHPunit:PHP7.3:MySQL: ...@@ -46,6 +47,7 @@ PHPunit:PHP7.3:MySQL:
PluginSVN: PluginSVN:
stage: deploy stage: deploy
image: containers.ethitter.com:443/docker/images/php:7.3
before_script: before_script:
- date - date
script: ./bin/deploy.sh script: ./bin/deploy.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment