Skip to content

Commit d1f2dea

Browse files
committed
Revert 490df18
This commit is no more needed because 27f6f7e fixed the tag process Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent 27f6f7e commit d1f2dea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

generate-stackbrew-library.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ for variant in apache fpm fpm-alpine; do
8484
variantAliases+=( "${versionAliases[@]}" )
8585
fi
8686

87-
# Add the variant to the tag list
88-
variantAliases+=( "${variant}" )
89-
9087
variantParent="$(awk 'toupper($1) == "FROM" { print $2 }' "$variant/Dockerfile")"
9188

9289
# depends on docker library

0 commit comments

Comments
 (0)