Skip to content
Snippets Groups Projects
Commit 720ce976 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Change the submodule strategy.

parent 32707e26
Branches
Tags
1 merge request!10Singularity
Pipeline #9969 failed with stage
in 3 seconds
# Gitlab CI Script for astrocyte/rnaseq
# Brandi L. Cantarel - 2017
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- module load nextflow/20.01.0
- module load singularity/3.0.2
- git submodule sync --recursive
- git submodule update --init --recursive
stages:
- integration
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment