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:
- Docker
script:
- echo "$CI_COMMIT_BRANCH: $CI_COMMIT_SHORT_SHA" > commit.txt
- echo "$CI_COMMIT_BRANCH - $CI_COMMIT_SHORT_SHA" > commit.txt
artifacts:
paths: commit.txt
paths:
- commit.txt
rules:
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
when: always