Mettre à jour le fichier .gitlab-ci.yml
This commit is contained in:
parent
3d924554fa
commit
e9e684542d
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue