Skip to content

Commit 65f6f6c

Browse files
committed
make osgiBundle part of PR validation on Travis-CI, too
1 parent 317f3ff commit 65f6f6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ isReleaseJob() {
2727

2828
if [[ "$SCALAJS_VERSION" == "" ]]; then
2929
projectPrefix="xml"
30+
osgiBundle="$projectPrefix/osgiBundle"
3031
else
3132
projectPrefix="xmlJS"
33+
osgiBundle=""
3234
fi
3335

3436
verPat="[0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)?"
@@ -51,4 +53,4 @@ export CI_SNAPSHOT_RELEASE="$projectPrefix/publish"
5153
# for now, until we're confident in the new release scripts, just close the staging repo.
5254
export CI_SONATYPE_RELEASE="; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
5355

54-
sbt clean $projectPrefix/test $projectPrefix/publishLocal $releaseTask
56+
sbt clean $projectPrefix/test $osgiBundle $projectPrefix/publishLocal $releaseTask

0 commit comments

Comments
 (0)