From e9e684542d5190f38edddc334db758aada456a56 Mon Sep 17 00:00:00 2001 From: deed Date: Sat, 14 Oct 2023 17:33:28 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20le=20fichier=20.gitlab?= =?UTF-8?q?-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45234a9..ad89816 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,9 +16,9 @@ commit_text: artifacts: paths: - commit.txt - rules: - - if: '$CI_COMMIT_MESSAGE =~ //' - when: always + #rules: + # - if: '$CI_COMMIT_MESSAGE =~ //' + # when: always linux64: stage: export @@ -33,9 +33,9 @@ linux64: paths: - $EXPORT_NAME-$CI_COMMIT_SHORT_SHA expire_in: 1 week - rules: - - if: '$CI_COMMIT_MESSAGE =~ //' - when: always + #rules: + # - if: '$CI_COMMIT_MESSAGE =~ //' + # when: always windows: @@ -50,7 +50,7 @@ windows: paths: - $EXPORT_NAME-$CI_COMMIT_SHORT_SHA expire_in: 1 week - rules: - - if: '$CI_COMMIT_MESSAGE =~ //' - when: always + #rules: + # - if: '$CI_COMMIT_MESSAGE =~ //' + # when: always