[bitnami/minio*] Simplify GOSS tests to support PhotonOS (#46937)

Signed-off-by: Fran de Paz <fdepaz@vmware.com>
This commit is contained in:
Fran de Paz Galán
2023-09-01 13:45:36 +02:00
committed by GitHub
parent ca8f4f3fbc
commit 3a9195d614
2 changed files with 3 additions and 3 deletions

View File

@@ -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 }}

View File

@@ -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 }}