From 4bd181daa2e69b2a9f6edf3677338c1d6560f0f5 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 27 Jan 2022 13:01:26 +0100 Subject: [PATCH] ci: Follow workspace restructure to checkout the right meta-zephyr revision Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b86cb87..39eff2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ reuse: # incoming changes that match the repository holding this CI pipeline. .workspace: variables: - OHOS_CI_GIT_REPO_PATH: sources/meta-zephyr + CI_ONIRO_GIT_REPO_PATH: meta-zephyr # Disable Linux and FreeRTOS builds that are unlikely to be affected by Zephyr # changes and certainly save some time. Some jobs no longer use the -- GitLab