17 lines
369 B
YAML
17 lines
369 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# 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
|
|
timeout: 30000
|
|
stdout:
|
|
- /Successfully installed.* tool-/
|
|
group:
|
|
odoo:
|
|
exists: true
|
|
user:
|
|
odoo:
|
|
exists: true
|