From 94ee8d99a6922ba1164a3e4e726fc03f25040f7e Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Date: Thu, 14 Oct 2021 19:48:50 +0200
Subject: [PATCH] .gitlab-ci.yml: adjust to renames in manifest CI

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 a1e609d..b766d9e 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_CI_GIT_REPO_PATH: docs
+    CI_ONIRO_GIT_REPO_PATH: docs
 
 # Disable all the bitbake jobs, since we are not building any code here.
 .bitbake-workspace:
-- 
GitLab