mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
cd tests && make delete-${CI_PLATFORM} -s ; cd -
|