diff --git a/actions/ubuntu b/actions/ubuntu index a7870bf..5b87f23 100644 --- a/actions/ubuntu +++ b/actions/ubuntu @@ -90,12 +90,11 @@ case "${OS}" in esac # If there is a point in the release, check if it is less than 16.04 -if [[ "${RELEASE}" != *"daily"* ]]; then - if [ "${RELEASE//./}" -lt 1604 ]; then - GUEST="linux_old" - fi -fi - +#if [[ "${RELEASE}" != *"daily"* ]]; then +# if [ "${RELEASE//./}" -lt 1604 ]; then +# GUEST="linux_old" +# fi +#fi function releases_() { local VERSION_DATA=""