chore: remove per-repo clone URL override from .woodpecker.yml #39
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#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Lineage
todo-remove-clone-url-overrides(no plan ancestry)Repo
forgejo_admin/pal-e-docs-mcpUser Story
As a platform operator
I want per-repo clone overrides removed from Woodpecker configs
So that clone behavior is managed centrally via WOODPECKER_FORGEJO_CLONE_URL
Context
PR #56 on pal-e-platform set WOODPECKER_FORGEJO_CLONE_URL globally. Per-repo clone overrides in .woodpecker.yml are now redundant. This override was originally added in pal-e-docs-mcp PR #15 to work around a TLS issue that has since been resolved.
File Targets
Files the agent should modify:
.woodpecker.yml— remove theclone:section (lines 1-5)Files the agent should NOT touch:
publishstep referencingforgejo-http.forgejo.svc.cluster.localfor PyPI — that's the Forgejo package registry URL, not a clone URLAcceptance Criteria
clone:section (lines 1-5) is removed from.woodpecker.ymlTest Expectations
Constraints
clone:block — do not modify any other pipeline configurationpublishstep has aFORGEJO_PYPI_URLthat also usesforgejo-http.forgejo.svc.cluster.local— do NOT remove that, it's the package registry URL not a clone URLChecklist
Related
todo-remove-clone-url-overrides— parent TODO