16 lines
320 B
YAML
16 lines
320 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-app-version:
|
|
exec: grep '"version":' /opt/bitnami/parse/package.json
|
|
exit-status: 0
|
|
stdout:
|
|
- '"version": "{{ .Env.APP_VERSION }}",'
|
|
group:
|
|
parse:
|
|
exists: true
|
|
user:
|
|
parse:
|
|
exists: true
|