bitnami-containers/.vib/git/goss/git.yaml

8 lines
193 B
YAML

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