Remove hash check

pull/196/head
James Ball 2023-12-30 11:24:32 +00:00 zatwierdzone przez James H Ball
rodzic b4aa89d5a0
commit 0b27d08cbb
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -21,11 +21,6 @@ cd "$ROOT/ci"
rm -Rf bin rm -Rf bin
mkdir bin mkdir bin
# Get the hash
cd "$ROOT/modules/juce"
HASH=`git rev-parse HEAD`
echo "Hash: $HASH"
# Get the Projucer # Get the Projucer
cd "$ROOT/ci/bin" cd "$ROOT/ci/bin"
PROJUCER_OS=$OS PROJUCER_OS=$OS