Commit 507501b7 authored by David Surville's avatar David Surville
Browse files

Ajout fichier .gitlab-ci.yml et mise à jour changelog

parent e585ecf1
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+14 −0
Original line number Diff line number Diff line
image: registre.unicaen.fr:5000/unicaen-dev-php7.3-apache

stages:
  - publish

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

update-satis:
  stage: publish
  script:
    - curl https://gest.unicaen.fr/packagist/update
+11 −0
Original line number Diff line number Diff line
CHANGELOG
=========

4.0.2 (15/03/2023)
------------------

- merge tag 3.0.5 et 3.0.6
- ajout fichier .gitlab-ci.yml

4.0.1 (19/04/2022)
------------------

- merge tag 3.0.4

4.0.0 (15/12/2021)
------------------