Skip to content

Commit 6f41f97

Browse files
committed
Updated generate-stackbrew-library.sh to use new versioning scheme
1 parent 61973ac commit 6f41f97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ for version in "${versions[@]}"; do
5454
commit="$(dirCommit "$version/$base")"
5555

5656
fullVersion="$(git show "$commit":"$version/$base/Dockerfile" | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3; exit }')"
57-
fullVersion="${fullVersion%[.-]*}"
5857

5958
versionAliases=( $fullVersion )
6059
if [ "$version" != "$fullVersion" ]; then

0 commit comments

Comments
 (0)