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:
|
||||
- $EXPORT_NAME_$CI_COMMIT_SHORT_SHA
|
||||
only:
|
||||
- merge_requests
|
||||
- stable
|
||||
|
||||
windows:
|
||||
stage: export
|
||||
|
@ -49,7 +49,7 @@ windows:
|
|||
paths:
|
||||
- $EXPORT_NAME_$CI_COMMIT_SHORT_SHA
|
||||
only:
|
||||
- merge_requests
|
||||
- stable
|
||||
|
||||
mac:
|
||||
stage: export
|
||||
|
@ -63,4 +63,4 @@ mac:
|
|||
paths:
|
||||
- $EXPORT_NAME_$CI_COMMIT_SHORT_SHA
|
||||
only:
|
||||
- merge_requests
|
||||
- stable
|
||||
|
|
Loading…
Reference in a new issue