aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/steps/10-update.sh
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-01-22 02:49:07 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:03:15 +0100
commit33eaf9ea1b13fff3bd2b5ba403b802f805a4a5d3 (patch)
treeff3174fed270ce231a548e7d84d77a938e2cd667 /scripts/ci/steps/10-update.sh
parent6c53b98346f2dd3e97fcfe30919362245ffe9745 (diff)
ci: Use Hackage index state at commit date
Diffstat (limited to 'scripts/ci/steps/10-update.sh')
-rw-r--r--scripts/ci/steps/10-update.sh2
1 files changed, 1 insertions, 1 deletions
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)"