Skip to content
Snippets Groups Projects
Commit 2f9b0a8a authored by David Surville's avatar David Surville
Browse files

Modification gitlab-ci.yml : l'image unicaen n'est absolument plus nécessaire...

Modification gitlab-ci.yml : l'image unicaen n'est absolument plus nécessaire puisque le but est de faire un simple "curl"
parent 904f8338
Branches 5.x
Tags 5.0.5
No related merge requests found
Pipeline #32302 passed
image: registre.unicaen.fr:5000/unicaen-dev-php7.3-apache
stages:
- publish
- tests
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
image: python:3.9
script:
- curl https://gest.unicaen.fr/packagist/update
\ No newline at end of file
- apt-get update && apt-get -y upgrade && apt-get -y install curl
- curl https://gest.unicaen.fr/packagist/update
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment