From 255eb939e83daa80540f6337082d70e5f98a2dbe Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Tue, 10 Oct 2017 07:47:38 -0600 Subject: fixing deploy job --- salt/openbook/ansible/files/deploy-dev-env.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'salt/openbook') diff --git a/salt/openbook/ansible/files/deploy-dev-env.sh b/salt/openbook/ansible/files/deploy-dev-env.sh index 04ef647..36c21c4 100644 --- a/salt/openbook/ansible/files/deploy-dev-env.sh +++ b/salt/openbook/ansible/files/deploy-dev-env.sh @@ -1,9 +1,7 @@ #!/bin/bash -buildroot="$(pwd)" - -pushd ${buildroot}/conf -cp -v ${HOME}/env.yaml.openbook.example env.yaml.openbook +pushd conf +cp -v /var/lib/jenkins//env.yaml.openbook.example env.yaml.openbook rm -f env.yaml ln -s env.yaml.openbook env.yaml popd -- cgit v1.3