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
6868 exit 0
6969 fi
7070 else
71- if isTagScalaReleaseJob; then
72- setTagScalaVersion=' set every scalaVersion := "' $tagScalaVer ' "'
73- else
71+ if ! isTagScalaReleaseJob; then
7472 echo " The releases for Scala $tagScalaVer are built by other jobs in the travis job matrix"
7573 exit 0
7674 fi
@@ -86,4 +84,4 @@ export CI_SNAPSHOT_RELEASE="$projectPrefix/publish"
8684# for now, until we're confident in the new release scripts, just close the staging repo.
8785export CI_SONATYPE_RELEASE= " ; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
8886
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