Skip to content

Commit

Permalink
remove unnecessary step
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
  • Loading branch information
JeffreyDallas committed Jan 10, 2024
1 parent 0e8b3d2 commit 0386cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/scripts/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function destroy_cluster() {
[[ -z "${CLUSTER_NAME}" ]] && echo "ERROR: [destroy_cluster] Cluster name is required" && return 1
[[ -z "${NAMESPACE}" ]] && echo "ERROR: [destroy_cluster] Namespace name is required" && return 1

kubectl delete ns "${NAMESPACE}" || true
kind delete cluster -n "${CLUSTER_NAME}" || true
}

Expand Down

0 comments on commit 0386cb0

Please sign in to comment.