mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 02:00:03 -03:30
Move inline shell into script files (#4604)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d89ecb8308
commit
228b244c84
7
tests/scripts/testcases_prepare.sh
Executable file
7
tests/scripts/testcases_prepare.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
/usr/bin/python -m pip install -r tests/requirements.txt
|
||||
mkdir -p /.ssh
|
||||
mkdir -p $HOME/.ssh
|
||||
ansible-playbook --version
|
||||
Reference in New Issue
Block a user