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:
paths:
- commit.txt
rules:
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
when: always
#rules:
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
# 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 =~ /<debug>/'
when: always
#rules:
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
# when: always
windows:
@ -50,7 +50,7 @@ windows:
paths:
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
expire_in: 1 week
rules:
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
when: always
#rules:
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
# when: always