From f1d693b2d9856ce604526cfe9491a005baaefe7b Mon Sep 17 00:00:00 2001
From: Armin <armin.co@gmx.de>
Date: Mon, 8 Jun 2020 16:32:34 +0200
Subject: [PATCH] Added verify-commit\n\nCommit is not verifyed yet, just
 verbose output

---
 build_mumble_web.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build_mumble_web.sh b/build_mumble_web.sh
index b36da29..f59d5bd 100755
--- a/build_mumble_web.sh
+++ b/build_mumble_web.sh
@@ -19,11 +19,16 @@ DESTINATION_HOST="./dist"
 if cd $REPOSITORY
 then
    git pull
+   git verify-commit -v HEAD
    cd ../
 else
     git clone $URL_GITHUB
+    cd $REPOSITORY
+    git verify-commit -v HEAD
+    cd ../
 fi
 
+
 # build docker image 
 docker build -t $IMAGE_NAME .
 # create temporary container
-- 
GitLab