Skip to content
Snippets Groups Projects
Unverified Commit 594fa8d8 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Change default branch name

parent 37044979
No related branches found
No related tags found
No related merge requests found
Pipeline #2443 failed
...@@ -22,7 +22,7 @@ build: ...@@ -22,7 +22,7 @@ build:
script: script:
- "./gradlew build" - "./gradlew build"
rules: rules:
- if: "$CI_COMMIT_BRANCH == 'master'" - if: "$CI_COMMIT_BRANCH == 'main'"
when: on_success when: on_success
test: test:
...@@ -36,7 +36,7 @@ test: ...@@ -36,7 +36,7 @@ test:
junit: junit:
- "build/test-results/**/TEST-*.xml" - "build/test-results/**/TEST-*.xml"
rules: rules:
- if: "$CI_COMMIT_BRANCH == 'master'" - if: "$CI_COMMIT_BRANCH == 'main'"
when: on_success when: on_success
dependencies: dependencies:
- "build" - "build"
...@@ -53,5 +53,5 @@ release: ...@@ -53,5 +53,5 @@ release:
- "build" - "build"
- "test" - "test"
rules: rules:
- if: "$CI_COMMIT_TAG != '' && $CI_COMMIT_BRANCH == 'master'" - if: "$CI_COMMIT_TAG != '' && $CI_COMMIT_BRANCH == 'main'"
when: on_success when: on_success
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment