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