Create only pack as an artifact for non-tagged commits

This commit is contained in:
Kienan Stewart 2018-04-09 20:43:07 -04:00
parent d2dcd51e10
commit f599f60a12
1 changed files with 2 additions and 2 deletions

View File

@ -66,10 +66,10 @@ export:linux:
only:
- tags
export:linux_commit:
export:pck_commit:
stage: deploy
script:
- GODOT=./bin/godot3-server make export-linux
- GODOT=./bin/godot3-server make export-pack
artifacts:
name: "$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA-linux"
paths: