From 13e3cc17497059668ef5f61d436f61a2e4660ffe Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 11 Aug 2024 19:46:06 +0800 Subject: [PATCH] chore: cleanup --- kube/deploy/apps/cryptpad/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/cryptpad/app/hr.yaml b/kube/deploy/apps/cryptpad/app/hr.yaml index 481c2fd6..25a8499b 100644 --- a/kube/deploy/apps/cryptpad/app/hr.yaml +++ b/kube/deploy/apps/cryptpad/app/hr.yaml @@ -66,7 +66,7 @@ spec: args: - | cd /cryptpad/lib/plugins - git clone --depth 1 --branch $(SSO_VERSION) https://github.com/cryptpad/sso || git pull + git clone --depth 1 --branch $(SSO_VERSION) https://github.com/cryptpad/sso || cd sso; git pull securityContext: *sc 99-npm-build: image: *img