mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
10 lines
217 B
YAML
10 lines
217 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-source-controller-help:
|
|
exec: source-controller --help || true
|
|
exit-status: 0
|
|
stderr:
|
|
- "Usage of source-controller:"
|