En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
1 2 3 4 5 #!/usr/bin/env sh curl -fsSL \ -H"Content-Type: application/json" \ -d'{"repository":{"url":"'$CI_PROJECT_URL'.git"}}' \ "https://packagist.org/api/update-package?username=$PACKAGIST_USERNAME&apiToken=$PACKAGIST_TOKEN"
#!/usr/bin/env sh curl -fsSL \ -H"Content-Type: application/json" \ -d'{"repository":{"url":"'$CI_PROJECT_URL'.git"}}' \ "https://packagist.org/api/update-package?username=$PACKAGIST_USERNAME&apiToken=$PACKAGIST_TOKEN"