From 00ac0d670e11a74e42aa53d49069d551dbd8d12d Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: Tue, 10 Sep 2019 08:19:12 +0200
Subject: [PATCH] changed formatting added git pull

---
 mappings/mappings-release.sh | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/mappings/mappings-release.sh b/mappings/mappings-release.sh
index 1f9c446..a4b4791 100755
--- a/mappings/mappings-release.sh
+++ b/mappings/mappings-release.sh
@@ -91,12 +91,9 @@ RELEASELABELPREFIX="(pre-release)"
 RELEASECOMMENTPREFIX="(MARVIN is the DBpedia bot, that runs the DBpedia Information Extraction Framework (DIEF) and releases the data as is, i.e. unparsed, unsorted, not redirected for debugging the software. After its releases, data is cleaned and persisted under the dbpedia account.)"
 
     cd $DATABUSMAVENPOMDIR;
-    mvn deploy \
-	-Ddatabus.publisher="$RELEASEPUBLISHER" \
-	-Ddatabus.packageDirectory="$RELEASEPACKAGEDIR" \
-	-Ddatabus.downloadUrlPath="$RELEASEDOWNLOADURL" \
-	-Ddatabus.labelPrefix="$RELEASELABELPREFIX" \
-	-Ddatabus.commentPrefix="$RELEASECOMMENTPREFIX";
+    # get latest docu
+    git pull 
+    mvn deploy -Ddatabus.publisher="$RELEASEPUBLISHER" -Ddatabus.packageDirectory="$RELEASEPACKAGEDIR" -Ddatabus.downloadUrlPath="$RELEASEDOWNLOADURL" -Ddatabus.labelPrefix="$RELEASELABELPREFIX" -Ddatabus.commentPrefix="$RELEASECOMMENTPREFIX";
 }
 
 compressLogs() {
-- 
GitLab