diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-10-22 14:33:02 +0200 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-10-27 09:53:51 +0000 |
commit | 8d77ce1d89a208e2de14dc216e42a54657cdc614 (patch) | |
tree | a5101449f111d75604c261b94b8a96e559247853 /.gitlab-ci.yml | |
parent | 0395b19438bd708f98280f87067870743a69a25d (diff) |
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |