From 576531eb98be151d5626c4786d89a03584e54211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20B?= <stephane.bouvry@unicaen.fr> Date: Fri, 4 Oct 2024 16:10:24 +0200 Subject: [PATCH] Fix publish --- .gitlab-ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3516e99..fe33a79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,9 @@ -image: registre.unicaen.fr:5000/unicaen-dev-php8.2-apache - stages: -- publish - -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - vendor/ + - publish 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 -- GitLab