mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-16 20:30:50 -03:30
Fix cwd
This commit is contained in:
parent
eddd1251eb
commit
26646b4a79
@ -10,7 +10,9 @@ apt-add-repository -y ppa:ansible/ansible;apt-get update;apt-get install -y ansi
|
||||
|
||||
# Kargo-cli
|
||||
git clone https://github.com/kubespray/kargo-cli.git /root/kargo-cli
|
||||
cd /root/kargo-cli && python setup.py install
|
||||
pushd /root/kargo-cli
|
||||
python setup.py install
|
||||
popd
|
||||
|
||||
# Copy/create nodes list
|
||||
cp /var/tmp/nodes ./nodes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user