ci: Add missing CI_RETRY_EXE before git clone

This commit is contained in:
MarcoFalke
2023-10-09 17:19:34 +02:00
committed by Hennadii Stepanov
parent b705bade44
commit 6889a80766
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ index 65e31724bc..f61b471953 100644
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/
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
(
cd "${DIR_QA_ASSETS}"