From 33eaf9ea1b13fff3bd2b5ba403b802f805a4a5d3 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Tue, 22 Jan 2019 02:49:07 +0100 Subject: ci: Use Hackage index state at commit date --- scripts/ci/steps/10-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/steps/10-update.sh b/scripts/ci/steps/10-update.sh index d6bed21..7d0f042 100644 --- a/scripts/ci/steps/10-update.sh +++ b/scripts/ci/steps/10-update.sh @@ -1 +1 @@ -"$CI_SCRIPTS_DIR"/retry.sh cabal update +"$CI_SCRIPTS_DIR"/retry.sh cabal v2-update --index-state="@$(git show -s --format=%ct HEAD)" -- cgit v1.2.3