You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2020/07/07 09:28:26 UTC

[flink-docker] branch master updated: [hotfix] Remove testing line

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 9dd55f4  [hotfix] Remove testing line
9dd55f4 is described below

commit 9dd55f459eedaf137eea6f0f825f24935d92c19e
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Jul 7 11:28:02 2020 +0200

    [hotfix] Remove testing line
---
 generate-stackbrew-library.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh
index c1f0d76..25d349d 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -95,7 +95,6 @@ for scala_version in "${scala_versions[@]}"; do
 
     # Extract the full Flink version from the Dockerfile
     flink_version="$(git show "$commit":"$dir/Dockerfile" | grep 'dist/flink/flink-[0-9.]*' | cut -d/ -f6 | cut -d- -f2)"
-    echo $flink_version
 
     full_version=$flink_version-scala_$scala_version