Create only pack as an artifact for non-tagged commits
This commit is contained in:
parent
d2dcd51e10
commit
f599f60a12
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue