From b6a49325f27694e7484c8ffb8d732a459eb16e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Thu, 4 Mar 2021 12:06:42 +0100 Subject: [PATCH] Typo. --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff8af72..e129ce1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,13 @@ include: - /php/packagist.yml packagist: - script: > + 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}" + 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":"'${CI_REPOSITORY_URL}'"}}' -- GitLab