Move inline shell into script files (#4604)

This commit is contained in:
Maxime Guyot
2019-04-23 22:36:03 +02:00
committed by Kubernetes Prow Robot
parent d89ecb8308
commit 228b244c84
5 changed files with 83 additions and 146 deletions

View 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