summaryrefslogtreecommitdiff
path: root/triggers
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-17 15:09:00 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-17 15:09:00 +0100
commit2c4f6375c810c61d8d147e6018646ca8ddfd9c17 (patch)
tree32dcdd7d46baa85d61add88edc31a71c1144f891 /triggers
parent1a31fe5289addbaa0f19776f7b9c14fb16911e2c (diff)
downloadbuildslave-scripts-2c4f6375c810c61d8d147e6018646ca8ddfd9c17.tar.gz
remove morph if exists
Diffstat (limited to 'triggers')
-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