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

Fix upload execution run ci unit test

parent 62790800
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8450 failed with stages
in 1 minute and 33 seconds
......@@ -362,8 +362,8 @@ uploadExecutionRun:
rid=$(python3 uploadExecutionRun.py -r 18-MJ3A -w 18-DT5T -g 17-BPD4 -i 18-MHWC -s Error -d 'Run in process' -o dev.gudmap.org -c ${cookie} -u F)
echo ${rid} test execution run created
else
rid=\$(echo \${exist} | grep -o '\\"RID\\":\\".*\\",\\"RCT')
rid=\${rid:7:-6}
rid=$(echo ${exist} | grep -o '\\"RID\\":\\".*\\",\\"RCT')
rid=${rid:7:-6}
rid=$(python3 uploadExecutionRun.py -r 18-MJ3A -w 18-DT5T -g 17-BPD4 -i 18-MHWC -s Error -d 'Run in process' -o dev.gudmap.org -c ${cookie} -u ${rid})
echo ${rid} test execution run 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