We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed5abc commit cda5e55Copy full SHA for cda5e55
dist/codecov.sh
@@ -112,7 +112,7 @@ CC_PUBLIC_PGP_KEY=$(curl -s https://keybase.io/codecovsecurity/pgp_keys.asc)
112
then
113
exit_if_error "Could not verify signature. Please contact Codecov if problem continues"
114
fi
115
- if ! (shasum -a 256 -c "${cc_filename}.SHA256SUM" || \
+ if ! (shasum -a 256 -c "${cc_filename}.SHA256SUM" 2>/dev/null || \
116
sha256sum -c "${cc_filename}.SHA256SUM");
117
118
exit_if_error "Could not verify SHASUM. Please contact Codecov if problem continues"
0 commit comments