Skip to content
Snippets Groups Projects
Commit 1b15ee08 authored by Ray Andrew's avatar Ray Andrew
Browse files

Initial commit

parent 18156aa9
No related merge requests found
Pipeline #5038 failed
...@@ -3,10 +3,6 @@ image: php:fpm-alpine ...@@ -3,10 +3,6 @@ image: php:fpm-alpine
services: services:
- mysql:5.7 - mysql:5.7
stages:
- test
- deploy
cache: cache:
paths: paths:
- vendor/ - vendor/
...@@ -40,7 +36,6 @@ before_script: ...@@ -40,7 +36,6 @@ before_script:
- php importersql.php - php importersql.php
test: test:
stage: test
script: script:
- composer test - composer test
artifacts: artifacts:
...@@ -48,7 +43,6 @@ test: ...@@ -48,7 +43,6 @@ test:
- report/ - report/
pages: pages:
stage: deploy
dependencies: dependencies:
- test - test
script: script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment