From db63b223d341f3d5b405468cf27fab378edd20b8 Mon Sep 17 00:00:00 2001 From: yannk Date: Thu, 19 May 2022 19:54:39 +0200 Subject: [PATCH] Syntax error in path definition --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11b8f53..c707817 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 =~ //' when: always