Skip to content
Snippets Groups Projects
Commit 519fea86 authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

Refer to 'main' branch in gitlab CI setup

Deprecating 'master' branch in favor of 'main' at 0.2 release
parent 4a9917c9
No related branches found
No related tags found
No related merge requests found
Pipeline #78779 failed
...@@ -26,7 +26,7 @@ stages: ...@@ -26,7 +26,7 @@ stages:
.build: .build:
only: only:
refs: refs:
- master - main
- devel - devel
- mvp - mvp
- jsc-ci - jsc-ci
...@@ -197,7 +197,7 @@ build:sage:nomio: ...@@ -197,7 +197,7 @@ build:sage:nomio:
- $GITLAB_INSTANCE == "JSC" # this variable is set on JSC in the project config Web UI - $GITLAB_INSTANCE == "JSC" # this variable is set on JSC in the project config Web UI
only: only:
refs: refs:
- master - main
- devel - devel
variables: variables:
CI_DEBUG_TRACE: "true" CI_DEBUG_TRACE: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment