On Thu, Apr 1, 2021 at 7:25 AM Alex Bennée <alex.ben...@linaro.org> wrote: > > From: Thomas Huth <th...@redhat.com> > > Commit 7d7dbf9dc15be6e introduced a new line starting with > "GIT_SUBMODULES_ACTION=" in the config-host.mak file. The grep that > tries to determine the submodules in the gitlab-ci.yml file matches > this new line, too, causing a warning message when updating the modules: > > warn: ignoring non-existent submodule GIT_SUBMODULES_ACTION=update > > Fix it by matching the "GIT_SUBMODULES=..." line only. > > Signed-off-by: Thomas Huth <th...@redhat.com> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20210331073316.2965928-1-th...@redhat.com> > --- > .gitlab-ci.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Missing my review from the original patch, anyway: Reviewed-by: Willian Rampazzo <willi...@redhat.com>