Skip to content

Commit 7f37273

Browse files
--no-colors to sbt added
1 parent ee906f4 commit 7f37273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ set -e
33
sbt -Dsbt.supershell=false "show version"
44
sbt -Dsbt.supershell=false "show version" | grep "info" | tail -1
55
sbt -Dsbt.supershell=false "show version" | grep "info" | tail -1 | awk '{print $2}'
6-
VERSION=$(sbt -Dsbt.supershell=false "show version" | grep "info" | tail -1 | awk '{print $2}')
7-
FLINK_VERSION=$(sbt -Dsbt.supershell=false "show flinkV" | grep "info" | tail -1 | awk '{print $2}')
6+
VERSION=$(sbt --no-colors -Dsbt.supershell=false "show version" | grep "info" | tail -1 | awk '{print $2}')
7+
FLINK_VERSION=$(sbt --no-colors -Dsbt.supershell=false "show flinkV" | grep "info" | tail -1 | awk '{print $2}')
88
echo "FLINK_SCALA_VERSION: ${VERSION}"
99
echo "FLINK_VERSION: ${FLINK_VERSION}"
1010

0 commit comments

Comments
 (0)