Re: [PATCH 3/6] gitlab-ci: remove redundant GitLab repo URL command

2021-01-11 Thread Thomas Huth
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 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gi

Re: [PATCH 3/6] gitlab-ci: remove redundant GitLab repo URL command

2021-01-11 Thread Philippe Mathieu-Daudé
On 1/11/21 12:50 PM, 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 > --- > .gitlab-ci.yml | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Philippe M

[PATCH 3/6] gitlab-ci: remove redundant GitLab repo URL command

2021-01-11 Thread Stefan Hajnoczi
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 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01c9e46410..4c2a71b934 100644