Skip to content

Commit

Permalink
chore: enable delete branch on merge (#38)
Browse files Browse the repository at this point in the history
* chore: enable delete branch on merge

* Remove redundant setting.

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
FaGru3n and netomi authored Oct 23, 2023
1 parent 78dda2c commit 2ebf306
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ orgs.newOrg('eclipse-tractusx') {
orgs.newRepo('eclipse-tractusx.github.io') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
Expand Down

0 comments on commit 2ebf306

Please sign in to comment.