Update .gitlab-ci.yml

This commit is contained in:
deed 2021-10-21 13:08:48 +00:00
parent b4b543b37e
commit 6e5f3d7a0a

View file

@ -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