Skip to content
Snippets Groups Projects
Commit 664587e7 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add ref ci test for staging

parent 6bb0cbce
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8625 canceled with stages
......@@ -493,7 +493,7 @@ mouseDataHub_dev:
- test=$(echo ${test} | grep -o ${filename})
- if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi
humanDataHub_dev:
humanDataHub_staging:
stage: reference
only:
- push
......@@ -518,7 +518,7 @@ humanDataHub_dev:
- test=$(echo ${test} | grep -o ${filename})
- if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi
mouseDataHub_dev:
mouseDataHub_staging:
stage: reference
only:
- push
......
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