From ee5874f254b9ce2fb48bebb9b86170acf59ea488 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Wed, 25 Oct 2017 16:47:14 -0600 Subject: curl cannot find JARs in installdeps.sh Closes-Bug: IS-24 --- salt/openbook/ansible/files/deploy-branch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'salt/openbook/ansible') diff --git a/salt/openbook/ansible/files/deploy-branch.sh b/salt/openbook/ansible/files/deploy-branch.sh index 59ba614..2af4340 100644 --- a/salt/openbook/ansible/files/deploy-branch.sh +++ b/salt/openbook/ansible/files/deploy-branch.sh @@ -1,6 +1,6 @@ #!/bin/bash -env="${1}" +branch="${1}" buildroot="$(pwd)" pushd ${buildroot}/conf @@ -9,5 +9,5 @@ rm -f env.yaml ln -s env.yaml.openbook env.yaml popd pushd ${buildroot} -ansible-playbook -i inventory_json_${env}.rb openbook_installer.yaml +ansible-playbook -i inventory_json_${branch}.rb openbook_installer.yaml popd -- cgit v1.3