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 69bf3c1c authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

fix: ci rules syntax

parent 1045218d
No related branches found
No related tags found
No related merge requests found
Pipeline #8490 passed with warnings
......@@ -47,7 +47,7 @@ release_job:
stage: delivery
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: ${CI_COMMIT_TAG} # Run this job when a tag is created manually
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
script:
- echo "Running the release job."
release:
......
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