From 280806ae2d7bac6f43c72ae1a2579b62b5f408c0 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 8 Apr 2018 13:23:14 -0400 Subject: [PATCH] Fix gitlab-ci yaml syntax --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c4f20b..dab9d77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: