Skip to content

Commit

Permalink
Merge pull request #5319 from mattfarina/display-checksums-in-ci
Browse files Browse the repository at this point in the history
Display the checksums in CI
  • Loading branch information
mattfarina committed Feb 19, 2019
2 parents 8224e33 + 63d262e commit 1849788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dist:
checksum:
for f in _dist/*.{gz,zip} ; do \
shasum -a 256 "$${f}" | awk '{print $$1}' > "$${f}.sha256" ; \
echo -n "Checksum: " && cat $${f}.sha256 ; \
done

.PHONY: check-docker
Expand Down

0 comments on commit 1849788

Please sign in to comment.