File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8686 [[ $CC_OS == " macos" ]] && \
8787 ! command -v gpg 2>&1 > /dev/null && \
8888 HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg
89- c_url=" https://cli.codecov.io"
89+ c_url=" ${CC_CLI_URL :- https:// cli.codecov.io} "
9090 c_url=" $c_url /${CC_VERSION} "
9191 c_url=" $c_url /${CC_OS} /${c_filename} "
9292 say " $g ->$x Downloading $b ${c_url} $x "
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CC_BINARY_LOCATION
66CC_BRANCH
77CC_BUILD
88CC_BUILD_URL
9+ CC_CLI_URL
910CC_CODE
1011CC_DIR
1112CC_DISABLE_FILE_FIXES
Original file line number Diff line number Diff line change 3838 [[ $CODECOV_OS == " macos" ]] && \
3939 ! command -v gpg 2>&1 > /dev/null && \
4040 HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg
41- codecov_url=" https://cli.codecov.io"
41+ codecov_url=" ${CODECOV_CLI_URL :- https:// cli.codecov.io} "
4242 codecov_url=" $codecov_url /${CODECOV_VERSION} "
4343 codecov_url=" $codecov_url /${CODECOV_OS} /${codecov_filename} "
4444 say " $g ->$x Downloading $b ${codecov_url} $x "
You can’t perform that action at this time.
0 commit comments