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:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue