mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-22 20:41:59 +00:00
6 lines
140 B
Bash
6 lines
140 B
Bash
#!/bin/sh
|
|
#
|
|
# Perform GitHub publish
|
|
MODULES_ROOT=`pwd`
|
|
cd $(dirname $0)
|
|
mvn -q -s settings.xml -Dforge.modules.root="$MODULES_ROOT" compile |