summaryrefslogtreecommitdiff
path: root/triggers/deploy_trigger.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-28 07:15:40 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-28 07:15:40 +0100
commitca09c10cc8ca1cb722457158102e8f1d983809fc (patch)
treec96137ed0e2267cb19aafacd7438c8548e989c59 /triggers/deploy_trigger.sh
parent16b3c3863d67095d45bc0a72293ec23ec2a2b45d (diff)
downloadbuildslave-scripts-ca09c10cc8ca1cb722457158102e8f1d983809fc.tar.gz
Fix copying ybd.conf
Diffstat (limited to 'triggers/deploy_trigger.sh')
-rw-r--r--triggers/deploy_trigger.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/triggers/deploy_trigger.sh b/triggers/deploy_trigger.sh
index dab3364..e4975a7 100644
--- a/triggers/deploy_trigger.sh
+++ b/triggers/deploy_trigger.sh
@@ -21,8 +21,8 @@ git clone -n https://github.com/devcurmudgeon/ybd.git
git --git-dir=./ybd/.git --work-tree=./ybd checkout 15.39
cp ../deploy_logic.py .
cp ../deploy_a_system.sh .
-cp ybd.conf ybd
-cp ybd.conf ybd/config
+cp ../ybd.conf ybd
+cp ../ybd.conf ybd/config
if [ -d ybd ]; then
rm -rf ybd
fi