From 260999786fd7fc60f9ed7eb116bc67083758ed64 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 31 Jul 2021 18:39:28 +0300 Subject: [PATCH] Clone submodules only for the Bats test. It's now in the CI template, so not necessary at all. But will only happen in the Bats test so everything else should be a little faster. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a676ac..b815f5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,6 @@ include: - project: shore/ci-templates file: templates/gitlab-release.yml -variables: - GIT_SUBMODULE_STRATEGY: recursive - build-wheel: extends: .python3-build script: -- GitLab