mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Fix cwd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user