Mettre à jour le fichier .gitlab-ci.yml

This commit is contained in:
deed 2023-10-14 17:33:28 +02:00
parent 3d924554fa
commit e9e684542d

View file

@ -16,9 +16,9 @@ commit_text:
artifacts: artifacts:
paths: paths:
- commit.txt - commit.txt
rules: #rules:
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/' # - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
when: always # when: always
linux64: linux64:
stage: export stage: export
@ -33,9 +33,9 @@ linux64:
paths: paths:
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA - $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
expire_in: 1 week expire_in: 1 week
rules: #rules:
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/' # - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
when: always # when: always
windows: windows:
@ -50,7 +50,7 @@ windows:
paths: paths:
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA - $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
expire_in: 1 week expire_in: 1 week
rules: #rules:
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/' # - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
when: always # when: always