From 1197df195a9061c336cb70515aeb5a056b9691fd Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 20 Dec 2022 09:03:48 +0100 Subject: [PATCH] Set branch for docs and step version Issue-ID: NONRTRIC-819 Signed-off-by: elinuxhenrik Change-Id: I4c9eddb24083eae8a1a1821ff132c47048b79e0e --- docs/conf.py | 2 +- webapp-frontend/container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 021eb04..cd328ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ linkcheck_ignore = [ 'https://gerrit.o-ran-sc.org.*' ] -branch = 'latest' +branch = 'g-release' extensions = [ 'sphinx.ext.intersphinx', diff --git a/webapp-frontend/container-tag.yaml b/webapp-frontend/container-tag.yaml index 95705d1..5c4d8af 100644 --- a/webapp-frontend/container-tag.yaml +++ b/webapp-frontend/container-tag.yaml @@ -16,4 +16,4 @@ # --- -tag: 2.4.0 +tag: 2.4.1 -- 2.16.6