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