Skip to content
Snippets Groups Projects
Unverified Commit 824fd085 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Print sha hash as part of the build

parent b321aef5
No related branches found
No related tags found
No related merge requests found
...@@ -69,4 +69,4 @@ rm "$TARGET/bin/build-release.sh" ...@@ -69,4 +69,4 @@ rm "$TARGET/bin/build-release.sh"
tar --owner 0 --group 0 -cvzf "$TARGET.tar.gz" "$TARGET" tar --owner 0 --group 0 -cvzf "$TARGET.tar.gz" "$TARGET"
rm -rf "$TARGET" rm -rf "$TARGET"
echo "Created: /tmp/$TARGET.tar.gz" echo `shasum -a 256 /tmp/$TARGET.tar.gz`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment