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

adds debug to guest why semantic release is not triggering

parent 5e083c16
No related branches found
No related tags found
No related merge requests found
Pipeline #150855 canceled
......@@ -27,4 +27,13 @@ variables:
semantic-release:
rules:
# on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED
- if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF'
\ No newline at end of file
- if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF'
semantic-release-test:
stage: publish
image: alpine:latest
script:
- 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
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