From 2a11e430f546c2d8cb2f7b63591f3ed40301525b Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 31 Jan 2023 19:56:17 +0100 Subject: [PATCH] ci: don't clone where unneeded Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f88550a91..89bc724b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -391,6 +391,8 @@ deploy_docs: - if: $CI_COMMIT_BRANCH == "stable" image: $CI_REGISTRY/funkwhale/ci/python:3.11 + variables: + GIT_STRATEGY: none script: - rsync -r -e "ssh -p 2282" $CI_PROJECT_DIR/public/ docs@docs.funkwhale.audio:/htdocs/