Skip to content
Snippets Groups Projects

gitlab-ci.yaml: update the branch to releases/2.0.0

Merged Marta Rybczynska requested to merge mrybczyn/docs:release/update-ci into releases/v2.0.0
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -9,7 +9,7 @@ stages:
@@ -9,7 +9,7 @@ stages:
include:
include:
- project: eclipse/oniro-core/oniro
- project: eclipse/oniro-core/oniro
ref: kirkstone
ref: releases/v2.0.0
file:
file:
- .oniro-ci/dco.yaml
- .oniro-ci/dco.yaml
- .oniro-ci/reuse.yaml
- .oniro-ci/reuse.yaml
@@ -61,7 +61,7 @@ reuse:
@@ -61,7 +61,7 @@ reuse:
# variables can be changed to CI_PROJECT_URL/CI_COMMIT_SHA when testing
# variables can be changed to CI_PROJECT_URL/CI_COMMIT_SHA when testing
# changes landing to oniro.git.
# changes landing to oniro.git.
CI_ONIRO_MANIFEST_REPO_URL: https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git
CI_ONIRO_MANIFEST_REPO_URL: https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git
CI_ONIRO_MANIFEST_REPO_REV: kirkstone
CI_ONIRO_MANIFEST_REPO_REV: releases/v2.0.0
# URL and branch used with repo "repo --mirror" to speed up workspace
# URL and branch used with repo "repo --mirror" to speed up workspace
# construction.
# construction.
#
#
@@ -71,7 +71,7 @@ reuse:
@@ -71,7 +71,7 @@ reuse:
#
#
# The revision should _only_ be bumped during the major release of Oniro.
# The revision should _only_ be bumped during the major release of Oniro.
CI_ONIRO_MANIFEST_MIRROR_REPO_URL: https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git
CI_ONIRO_MANIFEST_MIRROR_REPO_URL: https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git
CI_ONIRO_MANIFEST_MIRROR_REPO_REV: kirkstone
CI_ONIRO_MANIFEST_MIRROR_REPO_REV: releases/v2.0.0
# Directory where repo mirror is constructed. This location is covered by
# Directory where repo mirror is constructed. This location is covered by
# GitLab cache system, and will be reused between pipelines of the same
# GitLab cache system, and will be reused between pipelines of the same
# project. Note that the .cache directory name is special.
# project. Note that the .cache directory name is special.
Loading