aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/steps/10-dependencies.sh
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-11-26 19:34:23 +0100
committerDaniel Gröber <dxld@darkboxed.org>2017-11-26 19:34:23 +0100
commit16f42e85a064d690f05459306f6b1ea0f70c9ab3 (patch)
treeee2c45c6ad8f7dafba87408d9407c9a35bc46b23 /scripts/ci/steps/10-dependencies.sh
parentcdef82d6d86ccdf355e4ce5cfd4f3b5382dbe6dd (diff)
ci: Add retry loop to 'cabal update'
Diffstat (limited to 'scripts/ci/steps/10-dependencies.sh')
-rw-r--r--scripts/ci/steps/10-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
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