build.sh: updated file header and removed echo.

This commit is contained in:
Pedro Salgado 2016-12-30 19:42:17 -07:00
parent 38954802cc
commit e34858bb90

View File

@ -7,7 +7,7 @@
# # all # # all
# bash build.sh # bash build.sh
# #
# # single version # # single release
# bash build.sh 20161230 # bash build.sh 20161230
# #
# author: Pedro Salgado <steenzout@ymail.com> # author: Pedro Salgado <steenzout@ymail.com>
@ -30,8 +30,6 @@ do
ODOO_RELEASE="${line_array[0]}" ODOO_RELEASE="${line_array[0]}"
ODOO_SHA1SUM="${line_array[1]}" ODOO_SHA1SUM="${line_array[1]}"
echo "'${ARG_RELEASE}' == '${ODOO_RELEASE}'"
if [[ "${ARG_RELEASE}" == "" || "${ARG_RELEASE}" == "${ODOO_RELEASE}" ]]; then if [[ "${ARG_RELEASE}" == "" || "${ARG_RELEASE}" == "${ODOO_RELEASE}" ]]; then
echo "building steenzout/odoo:${ODOO_VERSION}.${ODOO_RELEASE}..." echo "building steenzout/odoo:${ODOO_VERSION}.${ODOO_RELEASE}..."