build.sh: return to initial directory.
This commit is contained in:
parent
3121e41d44
commit
bc9503bd1e
1
build.sh
1
build.sh
@ -25,6 +25,7 @@ do
|
|||||||
|
|
||||||
cd "${ODOO_VERSION}/${ODOO_RELEASE}/"
|
cd "${ODOO_VERSION}/${ODOO_RELEASE}/"
|
||||||
docker build -t "steenzout/odoo:${ODOO_VERSION}.${ODOO_RELEASE}" -f "Dockerfile" .
|
docker build -t "steenzout/odoo:${ODOO_VERSION}.${ODOO_RELEASE}" -f "Dockerfile" .
|
||||||
|
cd ../../
|
||||||
|
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user