Skip to content
Snippets Groups Projects
Verified Commit 8fe85e2e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Update CI pipeline

parent 73fc3801
Branches
Tags
No related merge requests found
Pipeline #2492 passed
......@@ -13,18 +13,9 @@ before_script:
- "chmod +x ./gradlew"
stages:
- "build"
- "test"
- "release"
build:
stage: "build"
script:
- "./gradlew build"
rules:
- if: "$CI_COMMIT_BRANCH == 'main'"
when: on_success
test:
stage: "test"
script:
......@@ -38,8 +29,6 @@ test:
rules:
- if: "$CI_COMMIT_BRANCH == 'main'"
when: on_success
dependencies:
- "build"
release:
stage: "release"
......@@ -50,7 +39,6 @@ release:
paths:
- "build/libs/*"
dependencies:
- "build"
- "test"
rules:
- if: "$CI_COMMIT_TAG != '' && $CI_COMMIT_BRANCH == 'main'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment