mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
|
|
sudo ./tools/ci/production-helper
|