diff options
Diffstat (limited to 'salt/openbook/ansible/files/deploy-branch.sh')
| -rw-r--r-- | salt/openbook/ansible/files/deploy-branch.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/salt/openbook/ansible/files/deploy-branch.sh b/salt/openbook/ansible/files/deploy-branch.sh deleted file mode 100644 index 2af4340..0000000 --- a/salt/openbook/ansible/files/deploy-branch.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -branch="${1}" -buildroot="$(pwd)" - -pushd ${buildroot}/conf -cp ${HOME}/env.yaml.openbook . -rm -f env.yaml -ln -s env.yaml.openbook env.yaml -popd -pushd ${buildroot} -ansible-playbook -i inventory_json_${branch}.rb openbook_installer.yaml -popd |
