summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 15 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c972a0..0a6e14f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,13 @@ review:
url: http://$PROJECT_NAME-$CI_ENVIRONMENT_SLUG.$OPENSHIFT_DOMAIN
on_stop: stop-review
only:
- - branches
+ - branches@leap/leap_se
+ - branches@varac/leap_se
+ - branches@kwadronaut/leap_se
+ - branches@micah/leap_se
+ - branches@elijah/leap_se
+ - branches@meskio/leap_se
+ - branches@drebs/leap_se
except:
- master
@@ -50,7 +56,13 @@ stop-review:
name: review/$CI_COMMIT_REF_NAME
action: stop
only:
- - branches
+ - branches@leap/leap_se
+ - branches@kwadronaut/leap_se
+ - branches@varac/leap_se
+ - branches@micah/leap_se
+ - branches@elijah/leap_se
+ - branches@meskio/leap_se
+ - branches@drebs/leap_se
except:
- master
@@ -60,7 +72,7 @@ production:
environment:
name: production
only:
- - master
+ - master@leap/leap_se
before_script:
# install ssh-agent
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'