mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
make -C tests delete-${CI_PLATFORM} -s
|