Fix gitlab-ci yaml syntax

This commit is contained in:
Kienan Stewart 2018-04-08 13:23:14 -04:00
parent 4d1fad5cf1
commit 280806ae2d
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ before_script:
- WGET_ARGS='' make install-templates
export:html5:
- stage: deploy
stage: deploy
script:
- GODOT=./bin/godot3-server make export-html5
artifacts:
@ -29,7 +29,7 @@ export:html5:
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-html5
export:windows:
- stage: deploy
stage: deploy
script:
- GODOT=./bin/godot3-server make export-windows
artifacts:
@ -41,7 +41,7 @@ export:windows:
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-windows
export:osx:
- stage: deploy
stage: deploy
script:
- GODOT=./bin/godot3-server make export-osx
artifacts:
@ -53,7 +53,7 @@ export:osx:
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-osx
export:linux:
- stage: deploy
stage: deploy
script:
- GODOT=./bin/godot3-server make export-linux
artifacts: