Skip to content

Commit

Permalink
Do not trigger jobs on push to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmize committed Jul 3, 2019
1 parent a87bbff commit b02de11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Expand Up @@ -6,7 +6,6 @@ deploy oregon-b dev:
- meao
only:
- dev
- master
- oregon-b
- oregon-b-dev
script:
Expand All @@ -22,7 +21,6 @@ deploy oregon-b stage:
- aws
- meao
only:
- master
- oregon-b
- oregon-b-stage
- stage
Expand All @@ -42,7 +40,6 @@ deploy frankfurt prod:
only:
- frankfurt
- frankfurt-prod
- master
- prod
script:
- kubectl_1.11 apply -f frankfurt/snippets-prod
Expand All @@ -57,7 +54,6 @@ deploy oregon-b prod:
- aws
- meao
only:
- master
- oregon-b
- oregon-b-prod
- prod
Expand Down

0 comments on commit b02de11

Please sign in to comment.