Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible lines to remove from Actions config? #614

Open
kjsanger opened this issue May 26, 2021 · 0 comments
Open

Possible lines to remove from Actions config? #614

kjsanger opened this issue May 26, 2021 · 0 comments
Labels

Comments

@kjsanger
Copy link
Member

export DIST_FILE=$(ls npg-tracking-*.tar.gz)
export MD5_FILE=$DIST_FILE.md5
md5sum $DIST_FILE > $MD5_FILE
export SHA256_FILE=$DIST_FILE.sha256
shasum -a 256 $DIST_FILE > $SHA256_FILE

These lines create checksums of the built distribution, but nothing is done with them (or the distribution). Is this a placehiolder for future dist upload, or can they be removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant