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

Fixing a typo in the CI configuration

parent 593b0e3d
Branches
Tags 1.0.0
No related merge requests found
Pipeline #611 passed
......@@ -6,7 +6,7 @@ cache:
- ".gradle/caches"
before_script:
- "mkdir -p $(pwd).gradle"
- "mkdir -p $(pwd)/.gradle"
- "export GRADLE_USER_HOME=$(pwd)/.gradle"
- "echo $SIGNING_properties | base64 -d > .gradle/gradle.properties"
- "echo $SIGNING_secretKey | base64 -d > .gradle/sonatype_upload.gpg"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment