Skip to content

Commit

Permalink
chore: rename portal-cd repository to portal (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Feb 29, 2024
1 parent ca3ff86 commit 9957bc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,11 @@ orgs.newOrg('eclipse-tractusx') {
orgs.newEnvironment('int'),
],
},
orgs.newRepo('portal-cd') {
orgs.newRepo('portal') {
aliases: ['portal-cd'],
allow_merge_commit: true,
allow_update_branch: false,
description: "Portal - Continuous Deployment",
description: "Portal - Helm charts",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down

0 comments on commit 9957bc2

Please sign in to comment.