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

removes ci test

parent 6d2abb57
No related branches found
No related tags found
No related merge requests found
Pipeline #150861 canceled
......@@ -30,16 +30,3 @@ semantic-release:
rules:
# on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED
- 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
- 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