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

Finalize CI unit uploadInputBag

parent 0e90f16f
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8432 passed with stages
in 1 minute and 54 seconds
......@@ -308,8 +308,8 @@ uploadInputBag:
rid=singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' python3 ./workflow/scripts/uploadInputBag.py -f test.txt -l ${loc} -s ${md5} -b ${size} -o dev.gudmap.org -c ${cookie} &&
echo ${rid} test input bag created
else
rid=\$(echo \${exist} | grep -o '\\"RID\\":\\".*\\",\\"RCT') &&
rid=\${rid:8:-6} &&
rid=$(echo ${exist} | grep -o '\"RID\":\".*\",\"RCT') &&
rid=${rid:8:-6} &&
echo ${rid} test input bag already exists
fi
......
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