Remove "time" leftover from previous patchset

time command infront of airshipctl is a forgotten piece that needs
to be removed.

Change-Id: I6262e5382e59dab5ef51ca541a57d89522f59197
This commit is contained in:
Kostiantyn Kalynovskyi 2021-03-25 17:09:35 +00:00
parent 026c71ce6e
commit 34ade93029

@ -30,7 +30,7 @@ do
done
echo "Create target k8s cluster resources"
time airshipctl phase run controlplane-ephemeral --debug
airshipctl phase run controlplane-ephemeral --debug
echo "List all nodes in target cluster"
kubectl \