Skip to content
Snippets Groups Projects
Commit 422ab14e authored by Thomas Flori's avatar Thomas Flori
Browse files

fix pipeline

parent 403731e1
No related branches found
No related tags found
No related merge requests found
Pipeline #660 failed with stages
in 1 minute and 36 seconds
......@@ -18,11 +18,9 @@ phpunit:
# basically we are ignoring the composer.lock in tests
- composer update --no-interaction --ansi
script:
- |
php -dzend_extension=xdebug.so -dxdebug.mode=coverage
- php -dzend_extension=xdebug.so -dxdebug.mode=coverage
bin/phpunit -c phpunit.xml --color=always
--coverage-text
--coverage-clover=build/logs/clover.xml
--coverage-text --coverage-clover=build/logs/clover.xml
packagist:
stage: publish
......@@ -31,7 +29,6 @@ packagist:
before_script:
- apk add --no-cache curl
script:
- |
curl -XPOST -H'content-type:application/json'
- curl -XPOST -H'content-type:application/json'
'https://packagist.org/api/update-package?username=tflori&apiToken='${PACKAGIST_API_TOKEN}
-d'{"repository":{"url":"riki/quickstart"}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment