diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-03-26 18:40:22 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-06 13:03:16 -0400 |
commit | 9ce273b98b06823fc04946806c1e497f6b0c68fc (patch) | |
tree | 5c84c46f5730d9682e59f4f60e6ee3130a2bf328 /.gitlab-ci.yml | |
parent | c657a616d126dbbf1fadb8f195e569ee86061593 (diff) | |
download | haskell-9ce273b98b06823fc04946806c1e497f6b0c68fc.tar.gz |
gitlab-ci: Drop dead HACKAGE_INDEX_STATE variable
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0f1cc0739..31e407eccb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,6 @@ variables: GIT_SUBMODULE_STRATEGY: "recursive" - HACKAGE_INDEX_STATE: "2020-12-21T14:48:20Z" - # Makes ci.sh isolate CABAL_DIR HERMETIC: "YES" |