Skip to content
Snippets Groups Projects
Commit 4393fb03 authored by jonasled's avatar jonasled
Browse files

only build debug

parent 2e1eabe6
No related branches found
No related tags found
No related merge requests found
Pipeline #1021 passed
......@@ -14,14 +14,3 @@ build-debug:
artifacts:
paths:
- app-debug.apk
build-release:
image: gitlab.jonasled.de/jonasled/docker-image-android-ci:latest
stage: build
script:
- ./gradlew assembleRelease
- cp app/build/outputs/apk/release/app-release.apk .
artifacts:
paths:
- app-release.apk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment