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

Update .gitlab-ci.yml

parent 2df0676c
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
stages:
- publish

cache:
  key: ${CI_COMMIT_REF_SLUG}
  paths:
  - vendor/

update-satis:
  stage: publish
  image: python:3.9
  script:
    - apt-get update && apt-get -y upgrade && apt-get install -y curl
    - apt-get update && apt-get -y upgrade && apt-get -y install curl
    - curl https://gest.unicaen.fr/packagist/update