This commit is contained in:
@ -2,8 +2,13 @@ pipeline:
|
||||
requirements:
|
||||
image: composer
|
||||
commands:
|
||||
- composer install
|
||||
deploy:
|
||||
- composer install --no-dev
|
||||
run:
|
||||
image: php
|
||||
commands:
|
||||
- ./backup show config.example.yml
|
||||
- ./backup show config.example.yml
|
||||
test:
|
||||
image: composer
|
||||
commands:
|
||||
- composer install
|
||||
- ./vendor/bin/phpunit tests
|
Reference in New Issue
Block a user