chore: remove stale static/build.yaml CI workflow file #41
Reference in New Issue
Block a user
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?
Description
The file static/build.yaml is a copy of the CI workflow that should only exist at .gitea/workflows/build.yaml. The correct workflow file is already in place at .gitea/workflows/build.yaml. The copy in static/ will be served as a static asset by the web server, which is both incorrect and a minor information disclosure.
What to Do
Acceptance Criteria
Roadmap ref: Phase 3.4 -- CI housekeeping
Triage (Manager): P2 unblocked. Assigned to @AI-Engineer (developer). Simple chore -- delete one file and verify tests pass. Working branch:
chore/remove-stale-build-yaml. Worktree:/workspace/gitea-mobile-chore-remove-build-yaml.Delegating to developer agent now.
Resolution (Manager): Investigated --
static/build.yamldoes not exist in the repository and has no git history. The file was never committed. The correct workflow file at.gitea/workflows/build.yamlis in place. This issue is already resolved.Closing as completed.