Commit b0cb8479 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

COrrection du .gitlab-ci.yml : l'utilisation d'une image python suffit pour la màj satis

parent 03cda7ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
image: localhost:5000/unicaen-dev-php7.3-apache

stages:
  - tests
  - release
@@ -21,7 +19,9 @@ cache:

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

release_job: