Skip to content

Commit 300f01c

Browse files
committed
remove unneeded status check
cleanup should always run Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 0ac7e20 commit 300f01c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Taskfile.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ tasks:
8787
cmds:
8888
- 'echo "Cleaning up testing environment"'
8989
- kind delete cluster --name testing-env
90-
status:
91-
- kind get clusters | grep -q 'testing-env' || exit 0
9290

9391
minio-port-forward:
9492
desc: "Port forward the MinIO service to access it locally"

0 commit comments

Comments
 (0)