Syntax error in path definition
This commit is contained in:
parent
267bf37046
commit
db63b223d3
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue