mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
Move inline shell into script files (#4604)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d89ecb8308
commit
228b244c84
4
tests/scripts/testcases_cleanup.sh
Executable file
4
tests/scripts/testcases_cleanup.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
cd tests && make delete-${CI_PLATFORM} -s ; cd -
|
||||
Reference in New Issue
Block a user