From e5e19bf79197461274efadc94ec5fd8d5f85f863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Tue, 26 Nov 2024 10:03:19 +0100 Subject: [PATCH] =?UTF-8?q?gitlab=20CI=20modifi=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e61a8f..7c88b68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,9 @@ -image: registre.unicaen.fr:5000/unicaen-dev-php7.3-apache - stages: -- publish - -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - vendor/ + - publish update-satis: stage: publish + image: python:3.9 script: - - curl https://gest.unicaen.fr/packagist/update + - apt-get update && apt-get -y upgrade && apt-get -y install curl + - curl https://gest.unicaen.fr/packagist/update \ No newline at end of file -- GitLab