fix(scripts): clone-manifest.sh — use Gitea + lowercase org slug (Class G) #31
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/clone-manifest-gitea"
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?
Class G blocker found mid-publish: scripts/clone-manifest.sh was still cloning from https://github.com/...; fails inside Docker build with no creds.
Fix: clone from https://git.moleculesai.app/... + lowercase the org segment (manifest.json still reads
Molecule-AI/...).Local verified: bash -n passes, transform produces correct paths, anon git clone over HTTPS works.