Skip to content

Commit

Permalink
Made generate-stackbrew-library.sh output more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvid Heise authored and AHeise committed May 6, 2021
1 parent 7e5b3f5 commit 71ef390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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
dir=$(dirname $dockerfile)

commit="$(dirCommit "$dir")"
Expand Down

0 comments on commit 71ef390

Please sign in to comment.