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

.gitlab-ci.yml : build des 2 packagists

parent 6ad7e98a
Loading
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
stages:
  - publish

update-satis:
update-packagist:
  stage: publish
  image: python:3.9
  image: curlimages/curl
  script:
    - apt-get update && apt-get -y upgrade && apt-get -y install curl
    - export no_proxy=localhost,unicaen.fr
    - curl https://packagist.unicaen.fr/build?name=unicaen/mail

update-old-packagist:
  stage: publish
  image: curlimages/curl
  script:
    - export no_proxy=localhost,unicaen.fr
    - curl https://gest.unicaen.fr/packagist/update
  allow_failure: true