Fix only syntax in export jobs

This commit is contained in:
Kienan Stewart 2018-04-08 13:25:24 -04:00
parent 280806ae2d
commit 22139ca0e2
1 changed files with 11 additions and 13 deletions

View File

@ -22,42 +22,40 @@ export:html5:
script:
- GODOT=./bin/godot3-server make export-html5
artifacts:
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-html5
paths:
- build/
only:
- tags
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-html5
export:windows:
stage: deploy
script:
- GODOT=./bin/godot3-server make export-windows
artifacts:
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-windows
paths:
- build/
only:
- tags
name: "$CI_PROJECT_NAME"-windows
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-windows
export:osx:
stage: deploy
script:
- GODOT=./bin/godot3-server make export-osx
artifacts:
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-osx
paths:
- build/
only:
- tags
name: "$CI_PROJECT_NAME"-osx
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-osx
export:linux:
stage: deploy
script:
- GODOT=./bin/godot3-server make export-linux
artifacts:
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-linux
paths:
- build/
name: "$CI_PROJECT_NAME"-"$CI_COMMIT_REF_NAME"-linux