File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,15 +204,15 @@ main() {
204204 echo " sleep for 3 minutes to wait for rook-cepth, knative and cert-manager to start installing, then start monitoring for completion"
205205 sleep 3m
206206 echo " monitoring knative"
207- . /wait.sh deployment knative-serving
207+ scripts/pipeline /wait.sh deployment knative-serving
208208 rc_kn=$?
209209 echo " rc_kn=$rc_kn "
210210 if [[ " $rc_kn " == 0 ]]; then
211211 echo " knative up"
212212 fi
213213 if [[ " ${ARCHITECTURE} " == " X" ]]; then
214214 echo " monitoring rook-ceph if architecture is ${ARCHITECTURE} "
215- . /wait.sh deployment rook-ceph
215+ scripts/pipeline /wait.sh deployment rook-ceph
216216 rc_rk=$?
217217 echo " rc_rk=$rc_rk "
218218 if [[ " $rc_rk " == 0 ]]; then
@@ -408,4 +408,4 @@ parse_args() {
408408 done
409409}
410410
411- main " $@ "
411+ main " $@ "
You can’t perform that action at this time.
0 commit comments