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

Finalize CI unit uploadInputBag

parent 56cb3ac1
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8435 passed with stages
in 2 minutes and 3 seconds
......@@ -288,7 +288,7 @@ uploadInputBag:
script:
- ln -sfn `readlink -e ./test_data/auth/credential.json` ./credential.json
- >
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 '/TEST$'')
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 '/TEST$')
echo &&
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 &&
......
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