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:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
export:linux_commit:
|
export:pck_commit:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- GODOT=./bin/godot3-server make export-linux
|
- GODOT=./bin/godot3-server make export-pack
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA-linux"
|
name: "$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA-linux"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue