From 0493747f5d1b30008b4170b3d48080abfa224700 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Tue, 24 Oct 2017 18:27:27 -0600 Subject: make it work for all 4 git branches --- salt/openbook/ansible/files/deploy-dev-env.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 salt/openbook/ansible/files/deploy-dev-env.sh (limited to 'salt/openbook/ansible/files/deploy-dev-env.sh') 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 -- cgit v1.3