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 @@ -18,7 +18,7 @@ ${CI_RETRY_EXE} apt-get install -y curl xz-utils git gpg
1818PYTHON_PATH=" /python_build"
1919if [ ! -d " ${PYTHON_PATH} /bin" ]; then
2020 (
21- git clone https://github.com/pyenv/pyenv.git
21+ ${CI_RETRY_EXE} git clone https://github.com/pyenv/pyenv.git
2222 cd pyenv/plugins/python-build || exit 1
2323 ./install.sh
2424 )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ index 65e31724bc..f61b471953 100644
5656if [ " $RUN_FUZZ_TESTS " = " true" ]; then
5757 export DIR_FUZZ_IN=${DIR_QA_ASSETS} /fuzz_seed_corpus/
5858 if [ ! -d " $DIR_FUZZ_IN " ]; then
59- git clone --depth=1 https://github.com/bitcoin-core/qa-assets " ${DIR_QA_ASSETS} "
59+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/bitcoin-core/qa-assets " ${DIR_QA_ASSETS} "
6060 fi
6161 (
6262 cd " ${DIR_QA_ASSETS} "
You can’t perform that action at this time.
0 commit comments