From ac9e51a73fe0739175ec8764a372e1ffcca8d27c Mon Sep 17 00:00:00 2001 From: Kewbit Date: Wed, 27 Nov 2024 23:24:25 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ae9c5e5..156991ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ update_patched_master: script: - apk --no-cache add git - 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 - echo "Fetching all branches..." - git fetch origin