build.sh: updated file header and removed echo.
This commit is contained in:
parent
38954802cc
commit
e34858bb90
4
build.sh
4
build.sh
@ -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}..."
|
||||||
|
Loading…
Reference in New Issue
Block a user