Update .gitlab-ci.yml file

This commit is contained in:
Kewbit 2024-11-27 23:24:25 +00:00
parent 048d580d55
commit ac9e51a73f

View file

@ -8,7 +8,7 @@ update_patched_master:
script: script:
- apk --no-cache add git - apk --no-cache add git
- echo "Setting up Git repository locally..." - echo "Setting up Git repository locally..."
- git clone ${CI_REPOSITORY_URL} /tmp/repo - git clone http://172.17.0.1:4411/haveno/haveno.git /tmp/repo
- cd /tmp/repo - cd /tmp/repo
- echo "Fetching all branches..." - echo "Fetching all branches..."
- git fetch origin - git fetch origin