Syntax error in path definition

This commit is contained in:
yannk 2022-05-19 19:54:39 +02:00
parent 267bf37046
commit db63b223d3

View file

@ -12,9 +12,10 @@ commit_text:
tags: tags:
- Docker - Docker
script: script:
- echo "$CI_COMMIT_BRANCH: $CI_COMMIT_SHORT_SHA" > commit.txt - echo "$CI_COMMIT_BRANCH - $CI_COMMIT_SHORT_SHA" > commit.txt
artifacts: artifacts:
paths: commit.txt paths:
- commit.txt
rules: rules:
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/' - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
when: always when: always