diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-08-29 13:43:56 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-08-29 14:07:23 +0100 |
commit | e3678d47079559e17f082b618a6ea12f521b64fc (patch) | |
tree | dff633f18d1c48a32403de07a5bb5f5e0dbd4527 /.gitlab-ci.yml | |
parent | cbe51ac5e0bbe2667b6c7204ae62a534a9bc7c95 (diff) | |
download | haskell-wip/T22121.tar.gz |
ci: Attempt using normal submodule cloning strategywip/T22121
We do not use any recursively cloned submodules, and this protects us
from flaky upstream remotes.
Fixes #22121
Diffstat (limited to '.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 6ed24d600b..9e5db3bb83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ variables: # Overridden by individual jobs CONFIGURE_ARGS: "" - GIT_SUBMODULE_STRATEGY: "recursive" + GIT_SUBMODULE_STRATEGY: "normal" # Makes ci.sh isolate CABAL_DIR HERMETIC: "YES" |