mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 07:35:44 +02:00
(refs #770)Add set assembly invocation to deploy-assembly-jar.sh
This commit is contained in:
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user