Skip to content

Commit c1066bb

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3970279 + 08c4438 commit c1066bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-gitbucket-plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd gitbucket
55

66
GITBUCKET_VERSION=`cat build.sbt | grep "GitBucketVersion =" | sed 's/^.*"\(.*\)".*$/\1/'`
77
echo "GITBUCKET_VERSION: $GITBUCKET_VERSION"
8-
sbt publish-local
8+
sbt publishLocal
99

1010
cd ..
1111
sbt -Dgitbucket.version=$GITBUCKET_VERSION test

0 commit comments

Comments
 (0)