diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99e9559a651b07effdb6a96d11668ee0657ceafb..47bfe0d6a5cbbba1611941a2ae1ed012e95e8d23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,18 +1,6 @@ include: - project: pole-is/tools/ci-config - ref: "6.x" + ref: "6.0.2" file: - /php/multiversions.yml - /php/packagist.yml - -packagist: - script: | - set -x ; - curl \ - --request POST \ - --header 'Accept: *' \ - --header 'Content-type: application/json' \ - --user-agent 'irstea-ci-config/6.x (contact: dsi.poleis@irstea.fr)' \ - --fail \ - "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_TOKEN}" \ - --data '{"repository":{"url":"https://'${CI_SERVER_HOST}'/'${CI_PROJECT_PATH}'.git"}}'