From 0b27d08cbb8d32a6e40d6838a422e61c9cf893cc Mon Sep 17 00:00:00 2001 From: James Ball Date: Sat, 30 Dec 2023 11:24:32 +0000 Subject: [PATCH] Remove hash check --- ci/build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 376a890..c99ea6e 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -21,11 +21,6 @@ cd "$ROOT/ci" rm -Rf bin mkdir bin -# Get the hash -cd "$ROOT/modules/juce" -HASH=`git rev-parse HEAD` -echo "Hash: $HASH" - # Get the Projucer cd "$ROOT/ci/bin" PROJUCER_OS=$OS