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

Fix upload output bag ci unit test

parent 0dc106d1
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8469 failed with stages
in 1 minute and 33 seconds
......@@ -367,7 +367,7 @@ uploadOutputBag:
script:
- ln -sfn `readlink -e ./test_data/auth/credential.json` ./credential.json
- >
if [ `singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' deriva-hatrac-cli --host dev.gudmap.org ls /hatrac/resources/rnaseq/pipeline/output_bag/ | grep -q '/TEST$'` ]; then
if [ ! `singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' deriva-hatrac-cli --host dev.gudmap.org ls /hatrac/resources/rnaseq/pipeline/output_bag/ | grep -q '/TEST$'` ]; then
singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' deriva-hatrac-cli --host dev.gudmap.org mkdir /hatrac/resources/rnaseq/pipeline/output_bag/TEST
echo /hatrac/resources/rnaseq/pipeline/output_bag/TEST created
else
......
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