mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 07:39:06 +08:00
Quote everything inside stdout/contents except regexp (#51956)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
07e88872ac
commit
775d7a7e0e
@@ -8,12 +8,12 @@ command:
|
||||
exec: timeout --preserve-status 30 java -jar /opt/bitnami/spring-cloud-dataflow/spring-cloud-dataflow.jar
|
||||
exit-status: 143
|
||||
stdout:
|
||||
- Started DataFlowServerApplication
|
||||
- "Started DataFlowServerApplication"
|
||||
check-spring-cloud-dataflow-version:
|
||||
exec: output=$(mktemp -d); cd $output; jar xf /opt/bitnami/spring-cloud-dataflow/spring-cloud-dataflow.jar; cat ./BOOT-INF/classes/application.yml
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- {{ .Env.APP_VERSION }}
|
||||
- "{{ .Env.APP_VERSION }}"
|
||||
file:
|
||||
/opt/bitnami/spring-cloud-dataflow/spring-cloud-dataflow.jar:
|
||||
exists: true
|
||||
|
||||
Reference in New Issue
Block a user