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
Branches
Tags
1 merge request!6Introduce automated deploy to WP.org
Checking pipeline status
...@@ -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