diff --git a/build.sh b/build.sh index 4c37460..fd86995 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ # # all # bash build.sh # -# # single version +# # single release # bash build.sh 20161230 # # author: Pedro Salgado @@ -30,8 +30,6 @@ do ODOO_RELEASE="${line_array[0]}" ODOO_SHA1SUM="${line_array[1]}" - echo "'${ARG_RELEASE}' == '${ODOO_RELEASE}'" - if [[ "${ARG_RELEASE}" == "" || "${ARG_RELEASE}" == "${ODOO_RELEASE}" ]]; then echo "building steenzout/odoo:${ODOO_VERSION}.${ODOO_RELEASE}..."