This commit is no more needed because 27f6f7e5ae fixed the tag process

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes
2020-05-07 09:48:08 +02:00
parent 27f6f7e5ae
commit d1f2dea243
-3
View File
@@ -84,9 +84,6 @@ for variant in apache fpm fpm-alpine; do
variantAliases+=( "${versionAliases[@]}" )
fi
# Add the variant to the tag list
variantAliases+=( "${variant}" )
variantParent="$(awk 'toupper($1) == "FROM" { print $2 }' "$variant/Dockerfile")"
# depends on docker library