Skip to content

Commit

Permalink
Merge pull request #94 from AkihiroSuda/a
Browse files Browse the repository at this point in the history
Makefile: print SHA256SUM
  • Loading branch information
AkihiroSuda authored May 11, 2019
2 parents bd8d05b + 34f8b4f commit 7fe50e3
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 @@ -37,6 +37,7 @@ _artifact:
mkdir _artifact
tar --transform 's@^\.@usernetes@' --exclude-vcs --exclude=./_artifact -cjvf ./_artifact/usernetes-x86_64.tbz .
(cd _artifact ; sha256sum * > ../_SHA256SUM; mv ../_SHA256SUM ./SHA256SUM)
cat _artifact/SHA256SUM

_upload-artifact:
echo "Uploading usernetes-x86_64.tbz"
Expand Down

0 comments on commit 7fe50e3

Please sign in to comment.