From cd0da46781a0a0aab707f8f002acc04e585acff8 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 30 Mar 2022 17:37:59 +0200 Subject: [PATCH] .gitlab-ci.yml: Use the latest oniro branch for includes That is 'kirkstone' now. 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 d547e54..fe707c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: include: - project: eclipse/oniro-core/oniro - ref: dunfell + ref: kirkstone file: - .oniro-ci/dco.yaml - .oniro-ci/reuse.yaml -- GitLab