summaryrefslogtreecommitdiff
path: root/triggers/deploy_trigger.sh
diff options
context:
space:
mode:
Diffstat (limited to 'triggers/deploy_trigger.sh')
-rw-r--r--triggers/deploy_trigger.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/triggers/deploy_trigger.sh b/triggers/deploy_trigger.sh
index 20c72e8..b30d729 100644
--- a/triggers/deploy_trigger.sh
+++ b/triggers/deploy_trigger.sh
@@ -11,4 +11,11 @@ git checkout $BUILDSLAVE_SCRIPTS_SHA
cd definitions
git checkout $DEFINITIONS_SHA
cd ..
+if [ -d ybd ]; then
+ rm -rf ybd
+fi
+git clone https://github.com/devcurmudgeon/ybd.git
+cd ybd
+git checkout 15.38
+cd ..
python deploy_logic.py $SYSTEM $ARTEFACT $TESING_SHA