diff --git a/k8s/orchestrator-job.yaml b/k8s/orchestrator-job.yaml index e331a46..ce2c713 100644 --- a/k8s/orchestrator-job.yaml +++ b/k8s/orchestrator-job.yaml @@ -18,7 +18,7 @@ spec: command: ["/bin/sh", "-c"] args: - | - apk add --no-cache git + apt-get update && apt-get install -y --no-install-recommends git git clone https://forgejo.riotpiao.com/rock/poimen-workflows.git /app cd /app go mod download diff --git a/k8s/worker-deployment.yaml b/k8s/worker-deployment.yaml index dd10e72..bb0ffa4 100644 --- a/k8s/worker-deployment.yaml +++ b/k8s/worker-deployment.yaml @@ -20,7 +20,7 @@ spec: command: ["/bin/sh", "-c"] args: - | - apk add --no-cache git + apt-get update && apt-get install -y --no-install-recommends git git clone https://forgejo.riotpiao.com/rock/poimen-workflows.git /app cd /app go mod download