Skip to content

Commit 512486a

Browse files
committed
Remove references to the CLI in publish.sh.
Those were forgotten in 8a9336e.
1 parent 38268dc commit 512486a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/publish.sh

-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ fi
99

1010
FULL_VERSIONS="2.10.2 2.10.3 2.10.4 2.10.5 2.10.6 2.10.7 2.11.0 2.11.1 2.11.2 2.11.4 2.11.5 2.11.6 2.11.7 2.11.8 2.11.11 2.11.12 2.12.1 2.12.2 2.12.3 2.12.4 2.13.0-M2"
1111
BIN_VERSIONS="2.10.7 2.11.12 2.12.4 2.13.0-M2"
12-
CLI_VERSIONS="2.10.7 2.11.12 2.12.4"
1312
SBT_VERSION="2.10.7"
1413
SBT1_VERSION="2.12.4"
1514
SBT1_SBTVERSION="1.0.0"
@@ -35,11 +34,6 @@ for v in $BIN_VERSIONS; do
3534
$CMD $ARGS
3635
done
3736

38-
# Publish the CLI
39-
for v in $CLI_VERSIONS; do
40-
$CMD "++$v" "cli/publishSigned"
41-
done
42-
4337
# Publish sbt-plugin
4438
$CMD "++$SBT_VERSION" "sbtPlugin/publishSigned"
4539
$CMD "++$SBT1_VERSION" "^^$SBT1_SBTVERSION" "sbtPlugin/publishSigned"

0 commit comments

Comments
 (0)