This website requires JavaScript.
Explore
Help
Sign In
TouchInstinct
/
kubespray
Watch
302
Star
0
Fork
You've already forked kubespray
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
69603aed34
kubespray
/
tests
/
scripts
/
testcases_cleanup.sh
5 lines
81 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-euxo pipefail
cd
tests
&&
make delete-
${
CI_PLATFORM
}
-s
;
cd
-
Reference in New Issue
View Git Blame
Copy Permalink