File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
68
68
exit 0
69
69
fi
70
70
else
71
- if isTagScalaReleaseJob; then
72
- setTagScalaVersion=' set every scalaVersion := "' $tagScalaVer ' "'
73
- else
71
+ if ! isTagScalaReleaseJob; then
74
72
echo " The releases for Scala $tagScalaVer are built by other jobs in the travis job matrix"
75
73
exit 0
76
74
fi
@@ -86,4 +84,4 @@ export CI_SNAPSHOT_RELEASE="$projectPrefix/publish"
86
84
# for now, until we're confident in the new release scripts, just close the staging repo.
87
85
export CI_SONATYPE_RELEASE= " ; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
88
86
89
- sbt " $setTagScalaVersion " clean $projectPrefix /test $projectPrefix /publishLocal $releaseTask
87
+ sbt clean $projectPrefix /test $projectPrefix /publishLocal $releaseTask
You can’t perform that action at this time.
0 commit comments