c12s-kubespray/tests/scripts/testcases_cleanup.sh

5 lines
81 B
Bash
Raw Normal View History

#!/bin/bash
set -euxo pipefail
cd tests && make delete-${CI_PLATFORM} -s ; cd -