Skip to content

Commit

Permalink
chore: rename e2e-testing repo to tractus-x-umbrella (#59)
Browse files Browse the repository at this point in the history
* chore: rename e2e-testing repo to tractus-x-umbrella

* chore: add alias e2e-testing to tractus-x-umbrella repo
  • Loading branch information
FaGru3n authored Feb 29, 2024
1 parent 627ff77 commit ca3ff86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ orgs.newOrg('eclipse-tractusx') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('e2e-testing') {
orgs.newRepo('tractus-x-umbrella') {
aliases: ['e2e-testing'],
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
Expand Down

0 comments on commit ca3ff86

Please sign in to comment.