From 2a0fbe4bfa8075eb3dccc946458216ead56fd4be Mon Sep 17 00:00:00 2001 From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu> Date: Thu, 20 Jun 2019 14:45:34 -0500 Subject: [PATCH] process scripts v3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 174c443..0c56a61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: before_script: - module load nextflow/0.31.0 - -rm -rf /workflow/process_scripts + - rm -rf /workflow/process_scripts - git submodule update --init --recursive - git submodule sync --recursive -- GitLab