Skip to content
Snippets Groups Projects
Commit cc35440c authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

Merge branch '14-CI' into 'master'

Resolve "Fix CI"

Closes #14

See merge request !6
parents 55b54dc6 2b7402e8
Branches
Tags
1 merge request!6Resolve "Fix CI"
Pipeline #4091 passed with stage
in 1 hour, 57 minutes, and 14 seconds
# Gitlab CI Script for astrocyte/rnaseq
# Brandi L. Cantarel - 2017
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- module load nextflow/0.31.0
- git submodule update --init --recursive
- git submodule sync --recursive
- git submodule update --init --recursive
stages:
- integration
......
[submodule "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