mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 08:56:31 +01:00
Override before script in composer package task
This commit is contained in:
parent
c9b1904d58
commit
031bbbcb88
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ test:phpunit:7.2:
|
||||||
- php -d memory_limit=-1 ./vendor/bin/phpunit --testdox
|
- php -d memory_limit=-1 ./vendor/bin/phpunit --testdox
|
||||||
|
|
||||||
deploy:composer:package:
|
deploy:composer:package:
|
||||||
|
before_script: []
|
||||||
image: alpine:3.15.5
|
image: alpine:3.15.5
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue