Fix gitlab-ci yaml syntax
This commit is contained in:
parent
4d1fad5cf1
commit
280806ae2d
|
@ -18,7 +18,7 @@ before_script:
|
||||||
- WGET_ARGS='' make install-templates
|
- WGET_ARGS='' make install-templates
|
||||||
|
|
||||||
export:html5:
|
export:html5:
|
||||||
- stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- GODOT=./bin/godot3-server make export-html5
|
- GODOT=./bin/godot3-server make export-html5
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -29,7 +29,7 @@ export:html5:
|
||||||
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-html5
|
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-html5
|
||||||
|
|
||||||
export:windows:
|
export:windows:
|
||||||
- stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- GODOT=./bin/godot3-server make export-windows
|
- GODOT=./bin/godot3-server make export-windows
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -41,7 +41,7 @@ export:windows:
|
||||||
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-windows
|
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-windows
|
||||||
|
|
||||||
export:osx:
|
export:osx:
|
||||||
- stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- GODOT=./bin/godot3-server make export-osx
|
- GODOT=./bin/godot3-server make export-osx
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -53,7 +53,7 @@ export:osx:
|
||||||
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-osx
|
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-osx
|
||||||
|
|
||||||
export:linux:
|
export:linux:
|
||||||
- stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- GODOT=./bin/godot3-server make export-linux
|
- GODOT=./bin/godot3-server make export-linux
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in New Issue