mirror of https://github.com/zulip/zulip.git
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
sudo ./tools/travis/production-helper
|