diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-03-19 06:02:07 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-19 23:34:50 -0400 |
commit | c7a84a6067311c204f6fa459e5f59b0958863118 (patch) | |
tree | 824130175ef220b12eb2c3ca176db9587c1dfea8 | |
parent | 6d19ad72f6a7283dfbfa6facb58063c0ff777af8 (diff) | |
download | haskell-c7a84a6067311c204f6fa459e5f59b0958863118.tar.gz |
Update .gitlab-ci.yml
-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 7ccc03013f..a47ee7a0f5 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: 7cbd823abe7eddd9c52a2e93062035b1c863605f + DOCKER_REV: 07bd4acf4f91b56e22389d7b7f6c13486a7b63de before_script: - python3 .gitlab/fix-submodules.py |