Loading .gitlab-ci.yml +10 −1 Original line number Diff line number Diff line stages: - publish update-satis: update-packagist: stage: publish image: curlimages/curl script: - export no_proxy=localhost,unicaen.fr - curl https://packagist.unicaen.fr/build?name=unicaen/evenement update-old-packagist: stage: publish image: curlimages/curl script: - export no_proxy=localhost,unicaen.fr - curl https://gest.unicaen.fr/packagist/update allow_failure: true Loading
.gitlab-ci.yml +10 −1 Original line number Diff line number Diff line stages: - publish update-satis: update-packagist: stage: publish image: curlimages/curl script: - export no_proxy=localhost,unicaen.fr - curl https://packagist.unicaen.fr/build?name=unicaen/evenement update-old-packagist: stage: publish image: curlimages/curl script: - export no_proxy=localhost,unicaen.fr - curl https://gest.unicaen.fr/packagist/update allow_failure: true