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.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/triggers/firehose_trigger.sh b/triggers/firehose_trigger.sh
index 13b3a41..80ee3fd 100644
--- a/triggers/firehose_trigger.sh
+++ b/triggers/firehose_trigger.sh
@@ -1,6 +1,7 @@
set -ex
REPO="$1"
REF="$2"
+PIPELINE="$3"
echo "[$(date "+%F %R")] Firehose triggered with repo: $1" >> ../../../../trigger_log
if [ -d src/firehose ]; then
rm -rf src/firehose