diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-09 16:34:30 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-09 16:34:30 +0100 |
commit | 7e76137c88246655b679d0fac89e3107efb470d4 (patch) | |
tree | 81d7f93f7d25d0d3b1872bb74ac52342907e3c4f | |
parent | 6edbce2fa295fd22c8d534949989f91ca2c57cd3 (diff) | |
download | buildslave-scripts-7e76137c88246655b679d0fac89e3107efb470d4.tar.gz |
Fix firehose trigger calling from wrong dir
-rw-r--r-- | triggers/firehose_trigger.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triggers/firehose_trigger.sh b/triggers/firehose_trigger.sh index 37ae475..b641dca 100644 --- a/triggers/firehose_trigger.sh +++ b/triggers/firehose_trigger.sh @@ -1,2 +1,2 @@ echo "[$(date "+%F %R")] Firehose triggered with repo: $1" >> ../../../../trigger_log -python ../firehose_call.py "$1" +python firehose_call.py "$1" |