From 4240bbd24cd381e49aa1c45ebaf42bc302ee6e2d Mon Sep 17 00:00:00 2001 From: Kewbit Date: Wed, 27 Nov 2024 23:10:24 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aedde77f..9d8107b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,14 +11,6 @@ update_patched_master: - patched_changes script: - apk add --no-cache git -stages: - - update_patched_master - -update_patched_master: - stage: update_patched_master - only: - - patched_changes - script: - echo "Cloning repository locally..." - git clone ${CI_PROJECT_DIR} /tmp/repo - cd /tmp/repo