Update .gitlab-ci.yml
This commit is contained in:
parent
b4b543b37e
commit
6e5f3d7a0a
1 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ linux64:
|
||||||
paths:
|
paths:
|
||||||
- $EXPORT_NAME_$CI_COMMIT_SHORT_SHA
|
- $EXPORT_NAME_$CI_COMMIT_SHORT_SHA
|
||||||
only:
|
only:
|
||||||
- merge_requests
|
- stable
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
stage: export
|
stage: export
|
||||||
|
@ -49,7 +49,7 @@ windows:
|
||||||
paths:
|
paths:
|
||||||
- $EXPORT_NAME_$CI_COMMIT_SHORT_SHA
|
- $EXPORT_NAME_$CI_COMMIT_SHORT_SHA
|
||||||
only:
|
only:
|
||||||
- merge_requests
|
- stable
|
||||||
|
|
||||||
mac:
|
mac:
|
||||||
stage: export
|
stage: export
|
||||||
|
@ -63,4 +63,4 @@ mac:
|
||||||
paths:
|
paths:
|
||||||
- $EXPORT_NAME_$CI_COMMIT_SHORT_SHA
|
- $EXPORT_NAME_$CI_COMMIT_SHORT_SHA
|
||||||
only:
|
only:
|
||||||
- merge_requests
|
- stable
|
||||||
|
|
Loading…
Reference in a new issue