summaryrefslogtreecommitdiff
path: root/triggers
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-16 14:20:05 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-16 14:20:05 +0100
commitce2147a1059d40e13c99f80be67ee25679bfb5f4 (patch)
tree6d350085d1f9adf0350f5473edb6b800751cd9a6 /triggers
parent1460d29333bf57002e80167deefb9065b571a65a (diff)
downloadbuildslave-scripts-ce2147a1059d40e13c99f80be67ee25679bfb5f4.tar.gz
Add ybd.conf
Diffstat (limited to 'triggers')
-rw-r--r--triggers/builders_trigger.sh1
-rw-r--r--triggers/deploy_trigger.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/triggers/builders_trigger.sh b/triggers/builders_trigger.sh
index b2e2726..be296c2 100644
--- a/triggers/builders_trigger.sh
+++ b/triggers/builders_trigger.sh
@@ -5,6 +5,7 @@ if [ -d ybd ]; then
rm -rf ybd
fi
git clone https://github.com/devcurmudgeon/ybd.git
+cp ydb.conf ybd
cd ybd
git checkout 15.38
cd ..
diff --git a/triggers/deploy_trigger.sh b/triggers/deploy_trigger.sh
index b30d729..0ef050a 100644
--- a/triggers/deploy_trigger.sh
+++ b/triggers/deploy_trigger.sh
@@ -15,6 +15,7 @@ if [ -d ybd ]; then
rm -rf ybd
fi
git clone https://github.com/devcurmudgeon/ybd.git
+cp ydb.conf ybd
cd ybd
git checkout 15.38
cd ..