Fix merge error

This commit is contained in:
Kristian Haugene 2020-02-02 20:19:03 +01:00
parent a4bb5ac83b
commit c054c817f9

View File

@ -193,8 +193,6 @@ commands:
if [ "<< parameters.distro >>" = "ubuntu" ]; then
TAG_DISTRO="";
if [ "<< parameters.distro >>" = "ubuntu" ]; then
TAG_DISTRO="";
else
TAG_DISTRO=-<< parameters.distro >>;
fi