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:
- /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}'"}}'
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