Skip to content
Snippets Groups Projects
Commit 0e1d8489 authored by Cedric CAFFY's avatar Cedric CAFFY
Browse files

Removed the exit that caused the "Repack Just Add Copies with all Copies in CTA" fail the CI

parent 45dbc694
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ repackJustAddCopies() {
if [ "$VID_TO_REPACK" != "null" ]
then
echo "Launching the repack \"just add copies\" test on VID ${VID_TO_REPACK} with all copies already on CTA"
kubectl -n ${NAMESPACE} exec client -- bash /root/repack_systemtest.sh -v ${VID_TO_REPACK} -b ${REPACK_BUFFER_URL} -a -r ${BASE_REPORT_DIRECTORY}/Step$1-JustAddCopiesAllCopiesInCTA || exit 1
kubectl -n ${NAMESPACE} exec client -- bash /root/repack_systemtest.sh -v ${VID_TO_REPACK} -b ${REPACK_BUFFER_URL} -a -r ${BASE_REPORT_DIRECTORY}/Step$1-JustAddCopiesAllCopiesInCTA
else
echo "No vid found to repack"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment