using deploy as stage for review

This commit is contained in:
Sebastian Frank 2017-09-06 11:11:21 +02:00
parent a89e6d1351
commit e79fca63b1

View File

@ -1,7 +1,7 @@
stages:
- build
# - test
- review
- deploy
build_ui:
image: node
@ -31,7 +31,7 @@ start_review:
- docker
dependencies:
- build_ui
stage: review
stage: deploy
script:
- cat index.html
- mkdir _for_upload
@ -46,7 +46,7 @@ stop_review:
image: mwienk/docker-lftp
tags:
- docker
stage: review
stage: deploy
variables:
GIT_STRATEGY: none
script: