zentol commented on a change in pull request #74: URL: https://github.com/apache/flink-docker/pull/74#discussion_r627384539
########## File path: generate-stackbrew-library.sh ########## @@ -33,13 +33,12 @@ source common.sh cat <<-EOH # this file is generated via https://github.com/apache/flink-docker/blob/$(fileCommit "$self")/$self -Maintainers: Patrick Lucas <[email protected]> (@patricklucas), - Ismaël Mejía <[email protected]> (@iemejia) +Maintainers: The Apache Flink Project <[email protected]> (@ApacheFlink) GitRepo: https://github.com/apache/flink-docker.git EOH -for dockerfile in $(find . -name "Dockerfile"); do +for dockerfile in $(find . -name "Dockerfile" | sort -r); do Review comment: can you move this into a separate commit? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
