Skip to content

Commit b0d8f09

Browse files
author
Pablo Garcia Miranda
committed
Removing sleep used for testing purposes
1 parent 94af075 commit b0d8f09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kind/deploy-netbox.sh

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ fi
8282

8383
if [[ "$VCLUSTER_MODE" == "--vcluster" ]]; then
8484
echo "[Running in vCluster mode] skipping docker pull and kind load for remote images."
85-
sleep 15
8685
else
8786
echo "[Running in Kind mode] pulling and loading remote images into kind cluster..."
8887
for img in "${Remote_Images[@]}"; do

0 commit comments

Comments
 (0)