teardown.sh 96 B

1234567
  1. #!/usr/bin/env bash
  2. # shellcheck disable=SC1091
  3. . lib.sh
  4. teardown_suite () {
  5. delete_cluster
  6. }