From e34858bb900232fb6ae4d15a66616f5a5e834e03 Mon Sep 17 00:00:00 2001 From: Pedro Salgado Date: Fri, 30 Dec 2016 19:42:17 -0700 Subject: [PATCH] build.sh: updated file header and removed echo. --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}..."