Skip to content
Snippets Groups Projects
Verified Commit befd3313 authored by Varac's avatar Varac
Browse files

Only run CD for known LEAP devs

parent 8312bad7
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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 )'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment