ci: Only clone bitcoin-core/qa-assets when fuzzing

This commit is contained in:
MarcoFalke 2020-03-25 11:17:51 -04:00
parent 3f5107d008
commit fae1e99289
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -102,7 +102,9 @@ else
fi
if [ ! -d ${DIR_QA_ASSETS} ]; then
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
DOCKER_EXEC git clone https://github.com/bitcoin-core/qa-assets ${DIR_QA_ASSETS}
fi
fi
export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/