bots: Move zephyr-related files to api/integrations/zephyr/.

This commit is contained in:
Reid Barton
2017-05-25 19:59:08 -04:00
committed by Tim Abbott
parent 2f21290407
commit ccb4c5c26f
16 changed files with 16 additions and 15 deletions

View File

@@ -4,4 +4,4 @@ if [ "$(hostname)" = "staging.zulip.net" ]; then
else
site="https://api.zulip.com"
fi
/home/zulip/deployments/current/bots/check_send_receive.py --munin "$1" --site="$site"
/home/zulip/deployments/current/api/integrations/zephyr/check_send_receive.py --munin "$1" --site="$site"