diff --git a/.drone.yml b/.drone.yml index 7c31208..997f9f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,8 +29,10 @@ steps: CA_CRT: from_secret: ca-crt commands: + - apk add --no-cache ca-certificates - echo "$CA_CRT" > /etc/ssl/certs/ca.crt - - git clone https://gitea.local.knowai/knowai.git /drone/src + - update-ca-certificates + - git clone https://gitea.local.knowai.tobegold574/knowai.git /drone/src volumeMounts: - name: repo-volume mountPath: /drone/src