Skip to content
Snippets Groups Projects
Commit 5d748118 authored by Sam Galson's avatar Sam Galson
Browse files

exclude master from review deploy

parent 9f5c3b8a
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@ review:xpub-collabra:
# !! kube-lego will fail if domain > 64 chars
url: "https://${CI_ENVIRONMENT_SLUG}.${BASE_DOMAIN}"
on_stop: stop_review:xpub-collabra
only:
- branches
except:
- master
script:
- source deploy.sh
- create_deployment
......@@ -127,8 +127,8 @@ demo:xpub-collabra:
# # !! kube-lego will fail if domain > 64 chars
# url: "https://${CI_ENVIRONMENT_SLUG}.${BASE_DOMAIN}"
# on_stop: stop_review:xpub-ui
# only:
# - branches
# except:
# - master
# script:
# - source deploy.sh
# - create_deployment
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment