Skip to content
Snippets Groups Projects
Commit f16e6f65 authored by David Surville's avatar David Surville
Browse files

Modification gitlab-ci.yml : l'image unicaen n'est absolument plus nécessaire...

Modification gitlab-ci.yml : l'image unicaen n'est absolument plus nécessaire puisque le but est de faire un simple "curl"
parent e150b4c4
No related branches found
No related tags found
No related merge requests found
image: registre.unicaen.fr:5000/unicaen-dev-php7.3-apache
stages:
- publish
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/
update-satis:
stage: publish
image: python:3.9
script:
- apt-get update && apt-get -y upgrade && apt-get -y install curl
- curl https://gest.unicaen.fr/packagist/update
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment