From 048d580d559224c2fcb1e00deb50b49e6da73edf Mon Sep 17 00:00:00 2001 From: Kewbit Date: Wed, 27 Nov 2024 23:22:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6667675c..5ae9c5e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ update_patched_master: only: - patched_changes script: + - apk --no-cache add git - echo "Setting up Git repository locally..." - git clone ${CI_REPOSITORY_URL} /tmp/repo - cd /tmp/repo