From 519fea863b3fc5cf8f8fb568c1220836e37dc3be Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@cray.com> Date: Mon, 20 Sep 2021 12:13:10 +0200 Subject: [PATCH] Refer to 'main' branch in gitlab CI setup Deprecating 'master' branch in favor of 'main' at 0.2 release --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b3d0a14..ec656d15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ stages: .build: only: refs: - - master + - main - devel - mvp - jsc-ci @@ -197,7 +197,7 @@ build:sage:nomio: - $GITLAB_INSTANCE == "JSC" # this variable is set on JSC in the project config Web UI only: refs: - - master + - main - devel variables: CI_DEBUG_TRACE: "true" -- GitLab