Skip to content

Commit

Permalink
chore: make github-develop default branch for gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Nov 29, 2019
1 parent c03c04a commit 1c3ab46
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ setup:
- merge_requests
except:
refs:
- develop
- github-develop
- master
tags:
- docker-executor
Expand All @@ -59,7 +59,7 @@ start_review_server:
only:
refs:
- merge_requests
- develop
- github-develop
- master
tags:
- shell-executor
Expand All @@ -86,7 +86,7 @@ jest_test:
- merge_requests
except:
refs:
- develop
- github-develop
- master
tags:
- docker-executor
Expand All @@ -111,7 +111,7 @@ compile:
- merge_requests
except:
refs:
- develop
- github-develop
- master
tags:
- docker-executor
Expand All @@ -130,7 +130,7 @@ code_quality:
stage: build
only:
refs:
- develop
- github-develop
- merge_requests
tags:
- docker-executor
Expand Down Expand Up @@ -203,7 +203,7 @@ publish_pwa:
stage: build
only:
refs:
- develop
- github-develop
- master
- demo
- tags
Expand Down Expand Up @@ -255,7 +255,7 @@ publish_nginx:
stage: publish
only:
refs:
- develop
- github-develop
- master
- demo
- tags
Expand All @@ -279,7 +279,7 @@ push_reports:
cache: {}
only:
refs:
- develop
- github-develop
allow_failure: true
tags:
- shell-executor
Expand All @@ -301,7 +301,7 @@ deploy_demo:
dependencies: []
only:
refs:
- develop
- github-develop
tags:
- shell-executor
- docker
Expand Down Expand Up @@ -339,7 +339,7 @@ deploy_demo_b2b:
dependencies: []
only:
refs:
- develop
- github-develop
tags:
- shell-executor
- docker
Expand Down Expand Up @@ -373,7 +373,7 @@ deploy_demo_nginx:
dependencies: []
only:
refs:
- develop
- github-develop
tags:
- shell-executor
- docker
Expand Down Expand Up @@ -419,7 +419,7 @@ deploy_demo_BO:
- shell-executor
only:
- merge_requests
- develop
- github-develop
variables:
GIT_STRATEGY: none
script:
Expand All @@ -436,7 +436,7 @@ deploy_demo_MAIL:
- shell-executor
only:
- merge_requests
- develop
- github-develop
variables:
GIT_STRATEGY: none
script:
Expand All @@ -451,7 +451,7 @@ deploy_reports:
dependencies: []
only:
refs:
- develop
- github-develop
allow_failure: true
tags:
- shell-executor
Expand Down Expand Up @@ -631,7 +631,7 @@ build_e2e_image:
image: docker:stable
only:
refs:
- develop
- github-develop
- merge_requests
tags:
- shell-executor
Expand Down Expand Up @@ -685,7 +685,7 @@ schematics:
- merge_requests
except:
refs:
- develop
- github-develop
- master
tags:
- docker-executor
Expand Down Expand Up @@ -818,7 +818,7 @@ housekeeping_images:
- shell-executor
only:
refs:
- develop
- github-develop
variables:
GIT_STRATEGY: none
script:
Expand All @@ -831,7 +831,7 @@ housekeeping_environments:
image: endeveit/docker-jq
stage: verify
only:
- develop
- github-develop
tags:
- docker-executor
script:
Expand Down

0 comments on commit 1c3ab46

Please sign in to comment.