diff --git a/k8s/orchestrator-job.yaml b/k8s/orchestrator-job.yaml index 1fa968f..7881493 100644 --- a/k8s/orchestrator-job.yaml +++ b/k8s/orchestrator-job.yaml @@ -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 \