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

Correct the pipeline

parent 3ea9bbcd
No related branches found
No related tags found
No related merge requests found
Pipeline #602 passed
...@@ -7,8 +7,8 @@ cache: ...@@ -7,8 +7,8 @@ cache:
before_script: before_script:
- "export GRADLE_USER_HOME=$(pwd)/.gradle" - "export GRADLE_USER_HOME=$(pwd)/.gradle"
- "echo $SIGNING_properties | base64 -d > $GRADLE_USER_HOME/gradle.properties" - "echo $SIGNING_properties | base64 -d > .gradle/gradle.properties"
- "echo $SIGNING_secretKey | base64 -d > $GRADLE_USER_HOME/sonatype_upload.gpg" - "echo $SIGNING_secretKey | base64 -d > .gradle/sonatype_upload.gpg"
- "chmod +x ./gradlew" - "chmod +x ./gradlew"
stages: stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment