Skip to content

Commit

Permalink
[bitnami/minio*] Simplify GOSS tests to support PhotonOS (#46937)
Browse files Browse the repository at this point in the history
Signed-off-by: Fran de Paz <fdepaz@vmware.com>
  • Loading branch information
Fran de Paz Galán authored Sep 1, 2023
1 parent ca8f4f3 commit 3a9195d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vib/minio-client/goss/minio-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

command:
check-app-version:
exec: mc --version | grep -P -o "[0-9]{4}\-[0-9]{2}\-[0-9]{2}" | sed "s/\-0*/./g"
exec: mc --version | sed "s/\-0*/./g"
exit-status: 0
stdout:
- {{ .Env.APP_VERSION }}
- {{ .Env.APP_VERSION }}
2 changes: 1 addition & 1 deletion .vib/minio/goss/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ file:
linked-to: /dev/stdout
command:
check-app-version:
exec: minio --version | grep -P -o "[0-9]{4}\-[0-9]{2}\-[0-9]{2}" | sed "s/\-0*/./g"
exec: minio --version | sed "s/\-0*/./g"
exit-status: 0
stdout:
- {{ .Env.APP_VERSION }}

0 comments on commit 3a9195d

Please sign in to comment.