summaryrefslogtreecommitdiff
path: root/triggers
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-17 15:05:42 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-17 15:05:42 +0100
commit5fae0a896852ed604311a35486c7c86ff68d4315 (patch)
treec36451eed7ea9bebc9fb619498dde3a144d8bc86 /triggers
parent7ec3179e8fcde4033139616d5ecdf071e7df1b65 (diff)
downloadbuildslave-scripts-5fae0a896852ed604311a35486c7c86ff68d4315.tar.gz
Clone morph
Diffstat (limited to 'triggers')
-rw-r--r--triggers/firehose_trigger.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/triggers/firehose_trigger.sh b/triggers/firehose_trigger.sh
index 8079c65..d0ad56d 100644
--- a/triggers/firehose_trigger.sh
+++ b/triggers/firehose_trigger.sh
@@ -9,6 +9,7 @@ fi
# Install firehose
git clone -b cu010-trove/br6/williamholland ssh://git@cu010-trove.codethink.com/baserock/baserock/firehose.git ./src/firehose
git clone -b baserock/morph git://git.baserock.org/delta/cliapp.git ./src/cliapp
+git clone git://git.baserock.org/baserock/baserock/morph.git ./src/morph
install -D -m755 /dev/stdin ./bin/morph <<EOF
#!/bin/sh
BASE="$(pwd)/src/morph"