diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..065fa5ae46790d2ded34f0cf8b7c92805a5c4513 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +image: registre.unicaen.fr:5000/unicaen-dev-php8.0-apache + +stages: +- publish + +cache: + key: ${CI_COMMIT_REF_SLUG} + paths: + - vendor/ + +update-satis: + stage: publish + script: + - curl https://gest.unicaen.fr/packagist/update