summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-10-22 14:33:02 +0200
committerAlex Bennée2020-10-27 10:53:51 +0100
commit8d77ce1d89a208e2de14dc216e42a54657cdc614 (patch)
treea5101449f111d75604c261b94b8a96e559247853
parenttests/acceptance: pick a random gdb port for reverse debugging (diff)
downloadqemu-8d77ce1d89a208e2de14dc216e42a54657cdc614.tar.gz
qemu-8d77ce1d89a208e2de14dc216e42a54657cdc614.tar.xz
qemu-8d77ce1d89a208e2de14dc216e42a54657cdc614.zip
gitlab-ci: Clone from GitLab itself
Let GitLab runners use GitLab repository directly. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20201022123302.2884788-1-philmd@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d6773efd2..3b15ae5c30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ 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