Skip to content
Snippets Groups Projects
Commit 5058b6cb authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Fix CI

parent 55b54dc6
Branches
Tags
1 merge request!6Resolve "Fix CI"
Pipeline #4089 failed with stage
in 5 seconds
...@@ -6,8 +6,8 @@ variables: ...@@ -6,8 +6,8 @@ variables:
before_script: before_script:
- module load nextflow/0.31.0 - module load nextflow/0.31.0
- git submodule update --init --recursive
- git submodule sync --recursive - git submodule sync --recursive
- git submodule update --init --recursive
stages: stages:
- integration - integration
......
[submodule "workflow/process_scripts"] [submodule "workflow/process_scripts"]
path = workflow/process_scripts path = workflow/process_scripts
url = git@git.biohpc.swmed.edu:BICF/Astrocyte/process_scripts.git url = ../process_scripts.git
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