Skip to content
Snippets Groups Projects
Commit 6d2abb57 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

adds job tags

parent 678ef4f4
No related branches found
No related tags found
No related merge requests found
Pipeline #150857 failed
......@@ -15,6 +15,8 @@ include:
inputs:
bash-shellcheck-job-tags: ["docker"]
- component: git.code.tecnalia.com/smartdatalab/public/ci-cd-components/semantic-release/gitlab-ci-semrel@master
inputs:
semantic-release-job-tags: ["docker"]
stages:
- build
......@@ -36,4 +38,8 @@ semantic-release-test:
- echo "Testing semantic-release configuration"
- echo TMPL_RELEASE_ENABLED=$TMPL_RELEASE_ENABLED
- echo PROD_REF=$PROD_REF
- echo CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME
\ No newline at end of file
- echo CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME
- echo check1 $( if [ "$TMPL_RELEASE_ENABLED" == "true" ]; then echo "true"; else echo "false"; fi )
- echo check2 $( if [ "$CI_COMMIT_REF_NAME" =~ "$PROD_REF" ]; then echo "true"; else echo "false"; fi )
tags:
- docker
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