Fix runner tags

This commit is contained in:
Meutel 2017-04-02 17:01:48 +02:00
parent 8e813bf736
commit 480917c580
1 changed files with 1 additions and 11 deletions

View File

@ -13,8 +13,6 @@ build:
- public
expire_in: 1 hour
tags:
- nginx
- review-apps
- deploy
review:
@ -30,15 +28,13 @@ review:
except:
- master
tags:
- nginx
- review-apps
- deploy
stop_review:
stage: review
script:
- rm -rf public/*
- rsync -av --delete public /usr/local/www/www_home/review/$CI_BUILD_REF_SLUG
- rsync -av --delete public /usr/local/www/www_home/$CI_BUILD_REF_SLUG
variables:
GIT_STRATEGY: none
when: manual
@ -46,8 +42,6 @@ stop_review:
name: review/$CI_BUILD_REF_NAME
action: stop
tags:
- nginx
- review-apps
- deploy
staging:
@ -60,8 +54,6 @@ staging:
only:
- master
tags:
- nginx
- review-apps
- deploy
production:
@ -75,6 +67,4 @@ production:
only:
- master
tags:
- nginx
- review-apps
- deploy