Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitlab-ci.yml: Fix the filtering for the git submodules
Commit 7d7dbf9 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 <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Reviewed-by: Willian Rampazzo <[email protected]> Message-Id: <[email protected]> Message-Id: <[email protected]>
- Loading branch information