Skip to content
Snippets Groups Projects
Commit 2515bf21 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Allow release app only on master

parent ccbfe65b
Branches
No related tags found
1 merge request!2Allow release app only on master
Pipeline #325 passed
......@@ -39,6 +39,8 @@ assembleDebug:
assembleRelease:
stage: release
only:
- master
script:
- echo $KEYSTORE_FILE | base64 -d > my.keystore
- ./gradlew assembleRelease
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment