We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317f3ff commit 65f6f6cCopy full SHA for 65f6f6c
build.sh
@@ -27,8 +27,10 @@ isReleaseJob() {
27
28
if [[ "$SCALAJS_VERSION" == "" ]]; then
29
projectPrefix="xml"
30
+ osgiBundle="$projectPrefix/osgiBundle"
31
else
32
projectPrefix="xmlJS"
33
+ osgiBundle=""
34
fi
35
36
verPat="[0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)?"
@@ -51,4 +53,4 @@ export CI_SNAPSHOT_RELEASE="$projectPrefix/publish"
51
53
# for now, until we're confident in the new release scripts, just close the staging repo.
52
54
export CI_SONATYPE_RELEASE="; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
55
-sbt clean $projectPrefix/test $projectPrefix/publishLocal $releaseTask
56
+sbt clean $projectPrefix/test $osgiBundle $projectPrefix/publishLocal $releaseTask
0 commit comments