Update .gitlab-ci.yml file
This commit is contained in:
parent
3c0328275a
commit
31d426a22d
1 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,6 @@ image: khaganat/godot-export:4
|
|||
stages:
|
||||
- pre-export
|
||||
- export
|
||||
- test
|
||||
|
||||
variables:
|
||||
EXPORT_NAME: 3rd_Person_3dclient_test
|
||||
|
@ -55,8 +54,8 @@ windows:
|
|||
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
||||
when: always
|
||||
|
||||
linux64test:
|
||||
stage: test
|
||||
linux64-test:
|
||||
stage: export
|
||||
tags:
|
||||
- Docker
|
||||
script:
|
||||
|
@ -68,5 +67,4 @@ linux64test:
|
|||
paths:
|
||||
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
|
||||
expire_in: 4 week
|
||||
rules:
|
||||
when: manual
|
||||
|
|
Loading…
Reference in a new issue