mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
We need to maintain this by labeling the files that we don't want to ship with our local server tarballs in the .gitattributes file. (imported from commit e29f38c477a4cdfd80fbb8e4e95c611b34f3b212)
4 lines
60 B
Bash
Executable File
4 lines
60 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
git archive -o /tmp/zulip-server.tar.gz HEAD
|