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
18
18
PYTHON_PATH=" /python_build"
19
19
if [ ! -d " ${PYTHON_PATH} /bin" ]; then
20
20
(
21
- git clone https://github.com/pyenv/pyenv.git
21
+ ${CI_RETRY_EXE} git clone https://github.com/pyenv/pyenv.git
22
22
cd pyenv/plugins/python-build || exit 1
23
23
./install.sh
24
24
)
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ index 65e31724bc..f61b471953 100644
56
56
if [ " $RUN_FUZZ_TESTS " = " true" ]; then
57
57
export DIR_FUZZ_IN=${DIR_QA_ASSETS} /fuzz_seed_corpus/
58
58
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} "
60
60
fi
61
61
(
62
62
cd " ${DIR_QA_ASSETS} "
You can’t perform that action at this time.
0 commit comments