Skip to content

Commit

Permalink
add '|| true' to delete cluster call as KindJob itself will attempt c…
Browse files Browse the repository at this point in the history
…leanup

Signed-off-by: Vaughn Dice <vadice@microsoft.com>
  • Loading branch information
vdice committed Oct 11, 2019
1 parent 5ffdb19 commit 575527d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fi

function finish {
echo "-----Cleaning up-----"
$KIND_EXECUTABLE delete cluster
$KIND_EXECUTABLE delete cluster || true
}

trap finish EXIT
Expand Down

0 comments on commit 575527d

Please sign in to comment.