Skip to content
Snippets Groups Projects
Commit 1776658e authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

hotfix

parent 40a7d184
No related branches found
No related tags found
No related merge requests found
Pipeline #8499 failed
...@@ -138,7 +138,7 @@ UBUNTU_DISTRO=$(lsb_release -rs); ...@@ -138,7 +138,7 @@ UBUNTU_DISTRO=$(lsb_release -rs);
if [ $UBUNTU_DISTRO == "16.04" ]; then if [ $UBUNTU_DISTRO == "16.04" ]; then
func_echo "Ubuntu 16.04 - OK" func_echo "Ubuntu 16.04 - OK"
elif [ $UBUNTU_DISTRO == "18.04" ]; then elif [ $UBUNTU_DISTRO == "18.04" ]; then
func_echoo "Ubuntu 18.04 - OK" func_echo "Ubuntu 18.04 - OK"
elif [ $UBUNTU_DISTRO == "20.04" ]; then elif [ $UBUNTU_DISTRO == "20.04" ]; then
func_echo "Ubuntu 20.04 - OK" func_echo "Ubuntu 20.04 - OK"
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment