summaryrefslogtreecommitdiff
path: root/triggers/firehose_trigger.sh
diff options
context:
space:
mode:
Diffstat (limited to 'triggers/firehose_trigger.sh')
-rw-r--r--triggers/firehose_trigger.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/triggers/firehose_trigger.sh b/triggers/firehose_trigger.sh
index 9cc112f..5516314 100644
--- a/triggers/firehose_trigger.sh
+++ b/triggers/firehose_trigger.sh
@@ -6,6 +6,9 @@ fi
if [ -d src/cliapp ]; then
rm -rf src/cliapp
fi
+if [ -d src/morph ]; then
+ rm -rf src/morph
+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