On 11/01/2021 12.50, Stefan Hajnoczi wrote:
> 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 <stefanha@redhat.com>
> ---
> .gitlab-ci.yml | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 01c9e46410..4c2a71b934 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
>
Reviewed-by: Thomas Huth <thuth@redhat.com>