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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue