Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 4e252a14 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Update .gitlab-ci.yml file

parent 9a9101d2
No related branches found
No related tags found
No related merge requests found
Pipeline #2667 failed
......@@ -13,9 +13,9 @@ services:
🏷️ release_job:
script:
- echo 'running release_job for TAG ${CI_COMMIT_TAG}'
- echo 'running release_job for TAG $CI_COMMIT_TAG'
release:
tag_name: ${CI_COMMIT_TAG}
description: './changelogs/${CI_COMMIT_TAG}.md'
tag_name: '$CI_COMMIT_TAG'
description: './changelogs/$CI_COMMIT_TAG.md'
rules:
- if: ${CI_COMMIT_TAG}
- if: '$CI_COMMIT_TAG'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment