Retry flaky iconv clone

This commit is contained in:
BtbN 2023-03-16 17:48:38 +01:00
parent f0568e9a9a
commit 3aaec67422

View file

@ -8,7 +8,7 @@ ffbuild_enabled() {
} }
ffbuild_dockerbuild() { ffbuild_dockerbuild() {
git clone "$SCRIPT_REPO" iconv retry-tool sh -c "rm -rf iconv && git clone '$SCRIPT_REPO' iconv"
cd iconv cd iconv
git checkout "$SCRIPT_COMMIT" git checkout "$SCRIPT_COMMIT"