From acb3ecf4b0db4c691d0b1830b4e2e3166b356908 Mon Sep 17 00:00:00 2001
From: Ludovic Claude <ludovic.claude54@gmail.com>
Date: Wed, 25 Oct 2017 19:57:27 +0200
Subject: [PATCH] Publish: disable tests

---
 publish.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/publish.sh b/publish.sh
index 05338d8c9..5c1138fc2 100755
--- a/publish.sh
+++ b/publish.sh
@@ -34,7 +34,7 @@ fi
 # Build
 echo "Build the project..."
 ./build.sh
-./test.sh
+#./tests/test.sh
 echo "[ok] Done"
 
 count=$(git status --porcelain | wc -l)
@@ -91,6 +91,7 @@ updated_version=$(bumpversion --dry-run --list patch | grep current_version | se
 # Build again to update the version
 echo "Build the project for distribution..."
 ./build.sh
+#./tests/test.sh
 
 git push
 git push --tags
-- 
GitLab