[commit: ghc] master: gitlab-ci/deb8-hadrian: Fix submodule paths (f109865)

git at git.haskell.org git at git.haskell.org
Tue Dec 18 03:15:57 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/f109865fba14112d7cb3840111bdfd985d81c0c3/ghc

>---------------------------------------------------------------

commit f109865fba14112d7cb3840111bdfd985d81c0c3
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Dec 17 19:39:32 2018 -0500

    gitlab-ci/deb8-hadrian: Fix submodule paths


>---------------------------------------------------------------

f109865fba14112d7cb3840111bdfd985d81c0c3
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd0afa7..e9c51a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,6 +53,10 @@ validate-x86_64-linux-deb8-hadrian:
   before_script:
     # workaround for docker permissions
     - sudo chown ghc:ghc -R .
+    - python3 .gitlab/fix-submodules.py
+    - git submodule sync --recursive
+    - git submodule update --init --recursive
+    - git checkout .gitmodules
   tags:
     - x86_64-linux
 



More information about the ghc-commits mailing list