File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 78
78
[[ $cc_os == " windows" ]] && cc_filename+=" .exe"
79
79
export cc_filename=${cc_filename}
80
80
[[ $cc_os == " macos" ]] && \
81
- ! command -v gpg 2>&1 && \
81
+ ! command -v gpg 2>&1 > /dev/null && \
82
82
HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg
83
83
cc_url=" https://cli.codecov.io"
84
84
cc_url=" $cc_url /${CC_VERSION} "
Original file line number Diff line number Diff line change 33
33
[[ $codecov_os == " windows" ]] && codecov_filename+=" .exe"
34
34
export codecov_filename=${codecov_filename}
35
35
[[ $codecov_os == " macos" ]] && \
36
- ! command -v gpg 2>&1 && \
36
+ ! command -v gpg 2>&1 > /dev/null && \
37
37
HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg
38
38
codecov_url=" https://cli.codecov.io"
39
39
codecov_url=" $codecov_url /${CODECOV_VERSION} "
You can’t perform that action at this time.
0 commit comments