mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 23:27:17 +08:00
11 lines
257 B
YAML
11 lines
257 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-git-init:
|
|
exec: git init {{randAlpha 5}}
|
|
exit-status: 0
|
|
check-git-clone:
|
|
exec: git clone https://github.com/bitnami/bncert.git {{randAlpha 5}}
|
|
exit-status: 0
|