Skip to content
Snippets Groups Projects
Commit 04d1f18e authored by Nicola Jordan's avatar Nicola Jordan
Browse files

specifiy where the tag has to be created

parent 91715316
No related branches found
No related tags found
No related merge requests found
Pipeline #257780 passed with stage
in 1 minute and 11 seconds
......@@ -76,7 +76,7 @@ sonarcloud-check:
release_job:
stage: release
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created
- if: $CI_COMMIT_TAG # Run this job when a tag is created, through the UI of gitlab
script:
- ./go-executable-build.sh boilr boilr.go
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
......
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