Skip to content

Commit

Permalink
Show sha256sum on releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Jun 6, 2018
1 parent eae53b2 commit 5fa4a27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ for platform in "${CRI_TEST_PLATFORMS[@]}"; do
${CRITEST_BIN}
done

# Show sha256 for release files
for file in $(ls ${CRI_TOOLS_ROOT}/_output/releases); do
echo "$file $(sha256sum -b ${CRI_TOOLS_ROOT}/_output/releases/$file | awk '{print $1}')"
done

0 comments on commit 5fa4a27

Please sign in to comment.