mirror of
https://github.com/bitnami/containers.git
synced 2026-03-22 07:48:13 +08:00
16 lines
327 B
YAML
16 lines
327 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-virtualenv:
|
|
exec: bash -c '. /opt/bitnami/odoo/venv/bin/activate; pip install tool; pip uninstall -y tool'
|
|
exit-status: 0
|
|
stdout:
|
|
- /Successfully installed.* tool-/
|
|
group:
|
|
odoo:
|
|
exists: true
|
|
user:
|
|
odoo:
|
|
exists: true
|