fix(orchestrator): clone correct repo and fix paths
ci / test (push) Successful in 43s

- Clone from poimen-workflows.git (correct repo)
- Remove unnecessary gcc and musl-dev (not needed for running Go binaries)
- Fix cd path from /app/workflows to /app
This commit is contained in:
Story Crater Bot
2026-08-22 05:57:44 -07:00
parent 7e4a86e158
commit 43e06fbd4e
+3 -3
View File
@@ -18,9 +18,9 @@ spec:
command: ["/bin/sh", "-c"]
args:
- |
apk add --no-cache git gcc musl-dev
git clone https://forgejo.riotpiao.com/rock/poimen.git /app
cd /app/workflows
apk add --no-cache git
git clone https://forgejo.riotpiao.com/rock/poimen-workflows.git /app
cd /app
go mod download
go run ./cmd/starter \
--repo https://forgejo.riotpiao.com/rock/poimen \