summaryrefslogtreecommitdiff
path: root/triggers/firehose_trigger.sh
blob: a92a3e93353e7ce6064c0da9f0f9f90c3ba4a23e (plain)
1
2
3
4
5
6
7
8
9
10
set -ex
echo "[$(date "+%F %R")] Firehose triggered with repo: $1" >> ../../../../trigger_log
if [ -d firehose ]; then
    rm -rf firehose
fi
git clone ssh://git@cu010-trove.codethink.com/baserock/baserock/firehose.git
cd firehose
git checkout cu010-trove/br6/williamholland
cd ..
python firehose_call.py "$1"