mirror of https://github.com/zulip/zulip.git
post-receive: Send via the staging server.
(imported from commit a876c7990219b1f317ae39aeeee48b98c5ec941c)
This commit is contained in:
parent
d52728e3ae
commit
97ce892e8d
|
@ -24,6 +24,7 @@ import time
|
|||
sys.path.append(os.path.dirname(os.path.dirname(os.readlink(__file__))))
|
||||
import api.common
|
||||
client = api.common.HumbugAPI(email="humbug+commits@humbughq.com",
|
||||
site="https://staging.humbughq.com",
|
||||
api_key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
||||
verbose=False)
|
||||
|
||||
|
|
Loading…
Reference in New Issue