Scripts cleanup

This commit is contained in:
Darren Shepherd
2019-01-25 21:56:20 -07:00
parent 1502ad2530
commit 8cd38003c2
4 changed files with 8 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ done
rm -rf build/data
mkdir -p build/data
mkdir -p dist
tar cvzf ./build/data.tar.gz --exclude ./bin/hyperkube ./bin
HASH=$(sha256sum ./build/data.tar.gz | awk '{print $1}')