From 061b09bff327d969be681ff27ab7286b5796f50b Mon Sep 17 00:00:00 2001
From: Peng Lian <Peng.Lian@UTSouthwestern.edu>
Date: Tue, 22 Feb 2022 21:27:03 -0600
Subject: [PATCH] Change submodule strategy to not clone miscscripts in
 process_scripts

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb44569..81846b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@
 # Brandi L. Cantarel - 2017
 
 variables:
-  GIT_SUBMODULE_STRATEGY: recursive
+  GIT_SUBMODULE_STRATEGY: normal
 
 before_script:
   - module load nextflow/20.01.0
-- 
GitLab