diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-10-24 18:27:27 -0600 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-10-24 18:27:27 -0600 |
| commit | 0493747f5d1b30008b4170b3d48080abfa224700 (patch) | |
| tree | 4ee87ddb639f30a47e95861409a1b9d71d183e07 /salt/openbook/ansible/files/deploy-dev-env.sh | |
| parent | dd48453e079d5c93f7cf0af59843bd7d4180e186 (diff) | |
make it work for all 4 git branches
Diffstat (limited to 'salt/openbook/ansible/files/deploy-dev-env.sh')
| -rw-r--r-- | salt/openbook/ansible/files/deploy-dev-env.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/salt/openbook/ansible/files/deploy-dev-env.sh b/salt/openbook/ansible/files/deploy-dev-env.sh deleted file mode 100644 index b47774e..0000000 --- a/salt/openbook/ansible/files/deploy-dev-env.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -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.rb openbook_installer.yaml -popd |
