Loading .gitlab-ci.yml +13 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ image: localhost:5000/unicaen-dev-php7.0-apache stages: - test - release cache: paths: Loading @@ -12,3 +13,15 @@ test: script: - composer install --dev - composer test module/ImportData release_job: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest rules: - if: $CI_COMMIT_TAG # Run this job when a tag is created manually script: echo "Creation de la release $CI_COMMIT_TAG..." release: name: '$CI_COMMIT_TAG' tag_name: '$CI_COMMIT_TAG' ref: '$CI_COMMIT_TAG' description: 'Cf. [CHANGELOG](CHANGELOG.md) et [Release notes](doc/release-notes/v$CI_COMMIT_TAG.md)' Loading
.gitlab-ci.yml +13 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ image: localhost:5000/unicaen-dev-php7.0-apache stages: - test - release cache: paths: Loading @@ -12,3 +13,15 @@ test: script: - composer install --dev - composer test module/ImportData release_job: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest rules: - if: $CI_COMMIT_TAG # Run this job when a tag is created manually script: echo "Creation de la release $CI_COMMIT_TAG..." release: name: '$CI_COMMIT_TAG' tag_name: '$CI_COMMIT_TAG' ref: '$CI_COMMIT_TAG' description: 'Cf. [CHANGELOG](CHANGELOG.md) et [Release notes](doc/release-notes/v$CI_COMMIT_TAG.md)'