Skip to content
Snippets Groups Projects
Commit 85b5520a authored by Jonas Broeckmann's avatar Jonas Broeckmann
Browse files

CI fixes

parent a56dc4a1
Branches
Tags v0.8.2
No related merge requests found
Pipeline #1269290 passed
......@@ -105,7 +105,7 @@ assembleRelease:
paths:
- app/build/outputs/apk/release
newRelease:
createRelease:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
needs:
......@@ -113,6 +113,7 @@ newRelease:
artifacts: true
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created
before_script: []
script:
- echo "Creating a new release $CI_COMMIT_TAG"
- cp app/build/outputs/apk/release/app-release.apk kaffeekasse.apk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment