Skip to content
Snippets Groups Projects
Commit 17f22625 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Update .gitlab-ci.yml

parent 2cd24ff5
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -16,7 +16,7 @@ before_script: ...@@ -16,7 +16,7 @@ before_script:
- "chmod +x ./gradlew" - "chmod +x ./gradlew"
- "echo $SIGNING_KEYSTORE | base64 -d > /root/signing.keystore" - "echo $SIGNING_KEYSTORE | base64 -d > /root/signing.keystore"
- "echo $SIGNING_PROPERTIES > signing.properties" - "echo $SIGNING_PROPERTIES | base64 -d > signing.properties"
stages: stages:
- "build" - "build"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment