Update .gitlab-ci.yml file

This commit is contained in:
Kewbit 2024-11-27 23:10:24 +00:00
parent d879d62286
commit 4240bbd24c

View file

@ -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