We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5027a0c commit 3f0cd71Copy full SHA for 3f0cd71
src/scripts/validate.sh
@@ -1,6 +1,6 @@
1
source $BASH_ENV
2
echo "${CODECOV_PUBLIC_PGP_KEY}" | \
3
- gpg --no-default-keyring --keyring trustedkeys.gpg --import
+ gpg --no-default-keyring --import
4
# One-time step
5
sha_url="https://uploader.codecov.io"
6
sha_url="$sha_url/${codecov_version}/${codecov_os}"
0 commit comments