Skip to content

Commit

Permalink
fix: remove setting for default branch
Browse files Browse the repository at this point in the history
as it defaults to main
  • Loading branch information
evegufy authored and netomi committed Aug 17, 2023
1 parent 568fd48 commit 2496dd4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ orgs.newOrg('eclipse-tractusx') {
orgs.newRepo('portal-backend') {
allow_update_branch: false,
description: "Portal Backend",
default_branch: "main",
delete_branch_on_merge: true,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
Expand All @@ -372,7 +371,6 @@ orgs.newOrg('eclipse-tractusx') {
},
orgs.newRepo('portal-cd') {
allow_update_branch: false,
default_branch: "main",
delete_branch_on_merge: true,
description: "Portal - Continuous Deployment",
secret_scanning_push_protection: "disabled",
Expand All @@ -395,7 +393,6 @@ orgs.newOrg('eclipse-tractusx') {
orgs.newRepo('portal-frontend') {
allow_update_branch: false,
description: "Portal Frontend",
default_branch: "main",
delete_branch_on_merge: true,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
Expand All @@ -417,7 +414,6 @@ orgs.newOrg('eclipse-tractusx') {
orgs.newRepo('portal-frontend-registration') {
allow_update_branch: false,
description: "Portal Frontend Registration",
default_branch: "main",
delete_branch_on_merge: true,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
Expand Down

0 comments on commit 2496dd4

Please sign in to comment.