mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
[bitnami/minio*] Simplify GOSS tests to support PhotonOS (#46937)
Signed-off-by: Fran de Paz <fdepaz@vmware.com>
This commit is contained in:
committed by
GitHub
parent
ca8f4f3fbc
commit
3a9195d614
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user