Update .gitlab-ci.yml file

This commit is contained in:
Kewbit 2024-11-27 23:22:20 +00:00
parent 5dfce1c8d4
commit 048d580d55

View file

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