From 34ade930296d2ad4abda345908f87012ed6bb4c3 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kalynovskyi Date: Thu, 25 Mar 2021 17:09:35 +0000 Subject: [PATCH] Remove "time" leftover from previous patchset time command infront of airshipctl is a forgotten piece that needs to be removed. Change-Id: I6262e5382e59dab5ef51ca541a57d89522f59197 --- tools/deployment/30_deploy_controlplane.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/30_deploy_controlplane.sh b/tools/deployment/30_deploy_controlplane.sh index 6754c14c6..9e774d50d 100755 --- a/tools/deployment/30_deploy_controlplane.sh +++ b/tools/deployment/30_deploy_controlplane.sh @@ -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 \