Quote everything inside stdout/contents except regexp (#51956)

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2023-10-18 16:38:08 +02:00
committed by GitHub
parent 07e88872ac
commit 775d7a7e0e
78 changed files with 144 additions and 144 deletions

View File

@@ -10,5 +10,5 @@ command:
check-installed-runtimes:
exec: dotnet --list-runtimes
stdout:
- NETCore.App {{ .Env.APP_VERSION }}
- "NETCore.App {{ .Env.APP_VERSION }}"
exit-status: 0