diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-15 15:06:08 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-15 15:06:08 -0600 |
| commit | 2e1fe0d15c8dc4e2ac4a15d945eacdd4a6557a39 (patch) | |
| tree | 6d99a44ceecff03d055d194816617cbd7bb9e885 /.gitlab-ci.yml | |
| parent | 1bc46fc1c90bb2f24cd34aee76f84e48dfbc6ac8 (diff) | |
chore: install submodules in CI job
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a519b8a..f4e111c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ variables: DOCKER_DRIVER: overlay2 GIT_DEPTH: "1" GIT_STRATEGY: fetch + GIT_SUBMODULE_STRATEGY: 'recursive' stages: - test |
