diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-03-12 09:44:45 -0400 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2019-03-12 09:44:45 -0400 |
commit | a0cab873b592290b2b389f88069ee03a89f32291 (patch) | |
tree | 4e6ad2ac73755317b97bc0fb5f02ced690f39daf | |
parent | 02ddf947f40837c3aa0a196a4b2faf254764cfc3 (diff) | |
download | haskell-a0cab873b592290b2b389f88069ee03a89f32291.tar.gz |
Revert: Update ci-images commit
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76bd9da77e..ae41dd0c75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: GIT_SSL_NO_VERIFY: "1" # Commit of ghc/ci-images repository from which to pull Docker images - DOCKER_REV: cf1da0b5efda2f751e56c2f1ce9ff53447ae17bc + DOCKER_REV: 6d19c3adc1f5c28c82aed8c5b1ac40931ac60f3f before_script: - python3 .gitlab/fix-submodules.py |