From d26d7f2e7578987352e2d188e18550a27f6fd4cd Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Thu, 15 Apr 2021 09:58:09 +0000 Subject: [PATCH] gitlab-ci.yml: Use correct CI variable name The unfortunate typo caused the build-docs job to always build main, not what was being tested! Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc4e5ae..2c6d8be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ reuse: # incoming changes that match the repository holding this CI pipeline. .workspace: variables: - OHOS_GIT_REPO_PATH: docs + OHOS_CI_GIT_REPO_PATH: docs # Disable all the bitbake jobs, since we are not building any code here. .bitbake-workspace: -- GitLab