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:
|
stages:
|
||||||
- pre-export
|
- pre-export
|
||||||
- export
|
- export
|
||||||
- test
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
EXPORT_NAME: 3rd_Person_3dclient_test
|
EXPORT_NAME: 3rd_Person_3dclient_test
|
||||||
|
@ -55,8 +54,8 @@ windows:
|
||||||
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
linux64test:
|
linux64-test:
|
||||||
stage: test
|
stage: export
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
script:
|
script:
|
||||||
|
@ -68,5 +67,4 @@ linux64test:
|
||||||
paths:
|
paths:
|
||||||
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
|
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
|
||||||
expire_in: 4 week
|
expire_in: 4 week
|
||||||
rules:
|
|
||||||
when: manual
|
when: manual
|
||||||
|
|
Loading…
Reference in a new issue