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

Attempt at fixing the release CI

parent d101d795
No related branches found
No related tags found
No related merge requests found
Pipeline #607 failed
......@@ -38,11 +38,14 @@ test:
release:
stage: "release"
cache: {}
script:
- "./gradlew publish"
artifacts:
paths:
- "build/libs/*"
dependencies:
- "build"
rules:
- if: "$CI_COMMIT_TAG != ''"
- if: "$CI_COMMIT_TAG != '' && $CI_COMMIT_BRANCH == 'master'"
when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment