Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-01 11:27:38 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-01 11:27:38 +0300
commitb5ee093c76a6544957080c22f17a940efdd16cc0 (patch)
tree808952fd941bc0bb0a15638462cc7cdcd4b7c831 /.gitlab-ci.yml
parent39687b1df6b12a9744ea982121903c302bf55230 (diff)
Do not run before_script in review apps
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e9929dc..e1042472 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ scss_lint:
review:
stage: deploy
+ before_script: []
variables:
APPS_DOMAIN: "178.62.207.141.xip.io"
script:
@@ -55,6 +56,7 @@ review:
review_stop:
stage: deploy
+ before_script: []
script:
- rm -rf public /srv/nginx/pages/$CI_BUILD_REF_NAME
when: manual