Fix cwd
This commit is contained in:
parent
eddd1251eb
commit
26646b4a79
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ apt-add-repository -y ppa:ansible/ansible;apt-get update;apt-get install -y ansi
|
||||||
|
|
||||||
# Kargo-cli
|
# Kargo-cli
|
||||||
git clone https://github.com/kubespray/kargo-cli.git /root/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
|
# Copy/create nodes list
|
||||||
cp /var/tmp/nodes ./nodes
|
cp /var/tmp/nodes ./nodes
|
||||||
|
|
Loading…
Reference in a new issue