- 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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user