Commit b6a49325 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Typo.

No related merge requests found
Showing with 8 additions and 8 deletions
+8 -8
...@@ -6,13 +6,13 @@ include: ...@@ -6,13 +6,13 @@ include:
- /php/packagist.yml - /php/packagist.yml
packagist: packagist:
script: > script: |
set -x ; set -x ;
curl curl \
--request POST --request POST \
--header 'Accept: *' --header 'Accept: *' \
--header 'Content-type: application/json' --header 'Content-type: application/json' \
--user-agent 'irstea-ci-config/6.x (contact: dsi.poleis@irstea.fr)' --user-agent 'irstea-ci-config/6.x (contact: dsi.poleis@irstea.fr)' \
--fail --fail \
"https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_TOKEN}" "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_TOKEN}" \
--data '{"repository":{"url":"'${CI_REPOSITORY_URL}'"}}' --data '{"repository":{"url":"'${CI_REPOSITORY_URL}'"}}'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment