adding a loop and delay time
[rec.git] / workflows / nanobot.sh
old mode 100755 (executable)
new mode 100644 (file)
index ba13b4b..cd54507
@@ -60,6 +60,7 @@ kubectl logs $nanobot_pod -n rictest
 #--------------kill helm---------------------------------------------------------------------
 pkill helm
 #------------checking the status of the rictest pod--------------------------------------
+sleep 30
 command="$(kubectl get po --no-headers --namespace=rictest --field-selector status.phase=Completed 2> /dev/null)"
 if [[ $command != "" ]]; then
   exit 1