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

.gitlab-ci.yml inutile

parent 07f51b1c
Loading
Loading
Loading
Loading

.gitlab-ci.yml

deleted100644 → 0
+0 −22
Changes for .gitlab-ci.yml: 0 added lines, 22 removed lines.
Original line number Diff line number Diff line
stages:
  - tests
  - publish

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

#unit-tests:
#  stage: tests
#  script:
#    - composer install --no-interaction --no-suggest --no-progress
#    - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never
#  artifacts:
#    paths:
#      - coverage.txt

update-satis:
  stage: publish
  script:
    - update-satis