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

Finalize CI unit uploadInputBag

parent 9fa62f01
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8429 failed with stages
in 1 minute and 44 seconds
......@@ -290,7 +290,7 @@ uploadInputBag:
- >
hatrac=$(singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' deriva-hatrac-cli --host dev.gudmap.org ls /hatrac/resources/rnaseq/pipeline/input_bag/ | grep -o /TESTX$)
if [ -z "${hatrac}" ]; then
singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' deriva-hatrac-cli --host dev.gudmap.org mkdir /hatrac/resources/rnaseq/pipeline/input_bag/TEST
singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' deriva-hatrac-cli --host dev.gudmap.org mkdir /hatrac/resources/rnaseq/pipeline/input_bag/TEST &&
echo /hatrac/resources/rnaseq/pipeline/input_bag/TEST created
else
echo /hatrac/resources/rnaseq/pipeline/input_bag/TEST already exists
......
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