Skip to content

Commit af2af44

Browse files
committed
wip
1 parent 26bc1a9 commit af2af44

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.sbt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,9 @@ inThisBuild {
320320
List(
321321
"CI_SCALA_VERSION",
322322
"CI_TAG",
323-
"SCALAJS_VERSION",
324-
"SCALANATIVE_VERSION",
325-
"TEST_SCALAFIX",
326-
"TEST_SCALAFMT",
327-
"TEST_BINARY_COMPAT"
323+
"CI_PLATFORM",
324+
"CI_MODE",
325+
"CI_JDK",
328326
).foreach(k =>
329327
println(k.padTo(20, " ").mkString("") + " -> " + sys.env.getOrElse(k, "None")))
330328

0 commit comments

Comments
 (0)