test CI
This commit is contained in:
parent
4227138cef
commit
2f783dc565
1 changed files with 4 additions and 4 deletions
|
@ -32,10 +32,10 @@ linux64:
|
||||||
name: $EXPORT_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME
|
name: $EXPORT_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME
|
||||||
paths:
|
paths:
|
||||||
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
|
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
|
||||||
expire_in: 1 week
|
expire_in: 2 week
|
||||||
#rules:
|
#rules:
|
||||||
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
||||||
# when: always
|
when: manual
|
||||||
|
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
|
@ -49,8 +49,8 @@ windows:
|
||||||
name: $EXPORT_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME
|
name: $EXPORT_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME
|
||||||
paths:
|
paths:
|
||||||
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
|
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
|
||||||
expire_in: 1 week
|
expire_in: 2 week
|
||||||
#rules:
|
#rules:
|
||||||
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
||||||
# when: always
|
when: manual
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue