From 4712571d72f5c7d58f5d8820a97fa7673e0b1325 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 20 Dec 2022 09:46:23 +0100 Subject: [PATCH] Set branch for docs and step versions Issue-ID: NONRTRIC-819 Signed-off-by: elinuxhenrik Change-Id: Iee8e9cfd34eee5b0879b887c65696d3e1dde05c4 --- docs/conf.py | 2 +- goversion/container-tag.yaml | 2 +- scriptversion/app/container-tag.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 657514d..c974ac5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ from docs_conf.conf import * #branch configuration -branch = 'f-release' +branch = 'g-release' linkcheck_ignore = [ 'http://localhost.*', diff --git a/goversion/container-tag.yaml b/goversion/container-tag.yaml index f84eeb1..84e6b3c 100644 --- a/goversion/container-tag.yaml +++ b/goversion/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 1.1.0 +tag: 1.1.1 diff --git a/scriptversion/app/container-tag.yaml b/scriptversion/app/container-tag.yaml index 6169faa..23e4305 100644 --- a/scriptversion/app/container-tag.yaml +++ b/scriptversion/app/container-tag.yaml @@ -1,2 +1,2 @@ --- -tag: 1.1.0 +tag: 1.1.1 -- 2.16.6