Skip to content
Snippets Groups Projects
Commit b2e00a77 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update CI config

parent b62dbdbf
Branches
Tags
No related merge requests found
Pipeline #
stages:
- test
- deploy
Test:
stage: test
except:
- tags
script:
- composer install
- ./vendor/bin/phpunit
Deploy:
stage: deploy
script:
- curl -XPOST -H'content-type:application/json' "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_API_TOKEN}" -d'{"repository":{"url":"'${CI_PROJECT_URL}'"}}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment