Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jul 5, 2023
1 parent 1196e37 commit 5c24d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bisect.scala
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ object ValidationScript:
tmpScript(openCBDir)(raw"""
|#!/usr/bin/env bash
|export NIGHTLYBUILD=yes
|scalaVersion=$$(sbt "print ${scala3CompilerProject}/version" | tail -n 2 | grep . | tail -n 1)
|scalaVersion=$$(sbt "print ${scala3CompilerProject}/version" | grep . | tail -n 2 | head -n 1)
|echo "ScalaVersion=$${scalaVersion}"
|rm -r out
|sbt "clean; set every sonatypePublishToBundle := Some(\"CommunityBuildRepo\" at \"$mavenRepo\"); ${scala3Project}/publish"
Expand Down

0 comments on commit 5c24d7d

Please sign in to comment.