From 61a7bffabf5842ef4a06aa49bf797eadd97afaee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 7 Feb 2022 15:11:49 +0000 Subject: [PATCH] ci: use 1.20 as upstream branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b2acd4bb6..3b24573206 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ variables: GIT_DEPTH: 1 # Branch to track for modules that have no ref specified in the manifest - GST_UPSTREAM_BRANCH: 'main' + GST_UPSTREAM_BRANCH: '1.20' ORC_UPSTREAM_BRANCH: 'master' ###