mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
ci: Add missing CI_RETRY_EXE before git clone
This commit is contained in:
parent
b705bade44
commit
6889a80766
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ ${CI_RETRY_EXE} apt-get install -y curl xz-utils git gpg
|
||||||
PYTHON_PATH="/python_build"
|
PYTHON_PATH="/python_build"
|
||||||
if [ ! -d "${PYTHON_PATH}/bin" ]; then
|
if [ ! -d "${PYTHON_PATH}/bin" ]; then
|
||||||
(
|
(
|
||||||
git clone https://github.com/pyenv/pyenv.git
|
${CI_RETRY_EXE} git clone https://github.com/pyenv/pyenv.git
|
||||||
cd pyenv/plugins/python-build || exit 1
|
cd pyenv/plugins/python-build || exit 1
|
||||||
./install.sh
|
./install.sh
|
||||||
)
|
)
|
||||||
|
|
|
@ -56,7 +56,7 @@ index 65e31724bc..f61b471953 100644
|
||||||
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
|
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
|
||||||
export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/
|
export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/
|
||||||
if [ ! -d "$DIR_FUZZ_IN" ]; then
|
if [ ! -d "$DIR_FUZZ_IN" ]; then
|
||||||
git clone --depth=1 https://github.com/bitcoin-core/qa-assets "${DIR_QA_ASSETS}"
|
${CI_RETRY_EXE} git clone --depth=1 https://github.com/bitcoin-core/qa-assets "${DIR_QA_ASSETS}"
|
||||||
fi
|
fi
|
||||||
(
|
(
|
||||||
cd "${DIR_QA_ASSETS}"
|
cd "${DIR_QA_ASSETS}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue