From c44bafdd22c11d8500e97e81afa9ac17a39e339a Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 22 Mar 2022 21:13:05 +0100 Subject: [PATCH] ci/build-generic.yaml: Default to the kirkstone branch for the manifest repo This is now the currently main development branch. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .oniro-ci/build-generic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oniro-ci/build-generic.yaml b/.oniro-ci/build-generic.yaml index 732cb3b8..59699e8b 100644 --- a/.oniro-ci/build-generic.yaml +++ b/.oniro-ci/build-generic.yaml @@ -10,7 +10,7 @@ variables: CI_ONIRO_RUNNER_TAG : "" CI_ONIRO_MANIFEST_URL: https://gitlab.eclipse.org/eclipse/oniro-core/oniro - CI_ONIRO_MANIFEST_BRANCH: dunfell + CI_ONIRO_MANIFEST_BRANCH: kirkstone CI_ONIRO_MANIFEST_NAME: default.xml CI_ONIRO_MANIFEST_MIRROR: oniro-develop CI_ONIRO_GIT_REPO_PATH: "" -- GitLab