From 16f42e85a064d690f05459306f6b1ea0f70c9ab3 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sun, 26 Nov 2017 19:34:23 +0100 Subject: ci: Add retry loop to 'cabal update' --- scripts/ci/steps/10-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci/steps') diff --git a/scripts/ci/steps/10-dependencies.sh b/scripts/ci/steps/10-dependencies.sh index 290cce2..c718421 100644 --- a/scripts/ci/steps/10-dependencies.sh +++ b/scripts/ci/steps/10-dependencies.sh @@ -1,3 +1,3 @@ -cabal update +"$CI_SCRIPTS_DIR"/retry.sh cabal update cabal --sandbox-config="$sandbox_config" sandbox init --sandbox="$sandbox" cabal --sandbox-config="$sandbox_config" install --only-dependencies -- cgit v1.2.3