chore: remove per-repo clone URL override #40
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-mcp!40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "39-chore-remove-per-repo-clone-url-override"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Remove the per-repo
clone:section from.woodpecker.yml. The globalWOODPECKER_FORGEJO_CLONE_URL(set in pal-e-platform PR #56) now handles clone routing centrally, making per-repo overrides redundant.Changes
.woodpecker.yml— removed theclone:block (5 lines + blank line separator). All other pipeline config (lint, publish steps) unchanged. Thepublishstep'sFORGEJO_PYPI_URLreferencingforgejo-http.forgejo.svc.cluster.localis intentionally kept — that is the package registry URL, not a clone URL.Test Plan
WOODPECKER_FORGEJO_CLONE_URLReview Checklist
clone:block was removedpublishstepFORGEJO_PYPI_URLis untouchedRelated
todo-remove-clone-url-overrides(no plan ancestry)Closes #39
Review: LGTM
Diff: 1 file changed, 0 additions, 6 deletions.
Findings: None. The change is exactly scoped:
clone:block (5 lines + trailing blank line) was removedwhen:andsteps:sections are untouchedpublishstep'sFORGEJO_PYPI_URLreferencingforgejo-http.forgejo.svc.cluster.localis correctly preserved (package registry, not clone URL)when:andsteps:is maintainedCloses #39for auto-closeVerdict: Ship it. Pending CI pipeline confirmation.