(refs #770)Add set assembly invocation to deploy-assembly-jar.sh

This commit is contained in:
Naoki Takezoe
2015-05-31 17:33:21 +09:00
parent a6767a1c3d
commit 1fdc2c629c

View File

@@ -1,6 +1,10 @@
#!/bin/sh
source ../env.sh
cd ../
./sbt.sh clean assembly
cd release
mvn deploy:deploy-file \
-DgroupId=gitbucket\
-DartifactId=gitbucket-assembly\