From 3ea9bbcd79972f346c6697d3aa5aa27ed0ae95a5 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Fri, 12 Feb 2021 10:33:56 +0100
Subject: [PATCH] Correct the pipeline

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fa641b..b107d13 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ cache:
 
 before_script:
   - "export GRADLE_USER_HOME=$(pwd)/.gradle"
+  - "echo $SIGNING_properties | base64 -d > $GRADLE_USER_HOME/gradle.properties"
   - "echo $SIGNING_secretKey | base64 -d > $GRADLE_USER_HOME/sonatype_upload.gpg"
   - "chmod +x ./gradlew"
 
-- 
GitLab