From: Stefan Hajnoczi Date: Mon, 11 Jan 2021 11:50:14 +0000 (+0000) Subject: gitlab-ci: remove redundant GitLab repo URL command X-Git-Tag: qemu-xen-4.16.0-rc4~344^2~24 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b6053de79f975d7ba534d7eeecdad02900dc63b4;p=qemu-xen.git gitlab-ci: remove redundant GitLab repo URL command It is no longer necessary to point .gitmodules at GitLab repos when running in GitLab CI since they are now used all the time. Signed-off-by: Stefan Hajnoczi Reviewed-by: Wainer dos Santos Moschetta Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Message-id: 20210111115017.156802-4-stefanha@redhat.com Signed-off-by: Stefan Hajnoczi --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c0db64710..28a83afb91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,6 @@ include: image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest before_script: - JOBS=$(expr $(nproc) + 1) - - sed -i s,git.qemu.org/git,gitlab.com/qemu-project, .gitmodules script: - mkdir build - cd build