|
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# 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
|