Skip to content

Commit

Permalink
[hotfix] Remove testing line
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jul 7, 2020
1 parent c83ed2f commit 9dd55f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9dd55f4

Please sign in to comment.