[commit: ghc] master: gitlab-ci: Fix spelling of GIT_SUBMODULE_STRATEGY (ed69f8b)

git at git.haskell.org git at git.haskell.org
Tue Dec 18 03:59:25 UTC 2018


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

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

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

commit ed69f8bd1fd4b84b62bb4f10eef7f76e537be07b
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Dec 17 22:58:43 2018 -0500

    gitlab-ci: Fix spelling of GIT_SUBMODULE_STRATEGY


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

ed69f8bd1fd4b84b62bb4f10eef7f76e537be07b
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37f62ab..20a88dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 variables:
   GIT_SSL_NO_VERIFY: "1"
-  GIT_SUBMODULES_STRATEGY: "recursive"
+  GIT_SUBMODULE_STRATEGY: "recursive"
 
 stages:
   - lint



More information about the ghc-commits mailing list