From b54a641db52940474395ffb9d29a31ae125fbbd8 Mon Sep 17 00:00:00 2001 From: Bertrand GAUTHIER <bertrand.gauthier@unicaen.fr> Date: Mon, 5 Dec 2022 21:19:45 +0100 Subject: [PATCH] .gitlab-ci.yml --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..065fa5a --- /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 -- GitLab