[bitnami/appsmith] Update GOSS tests for version 1.49.0 (part 2) (#75267)
Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
parent
17ee19ee07
commit
30e3b40bc0
|
|
@ -20,7 +20,7 @@ command:
|
|||
- "{{ .Env.APP_VERSION }}"
|
||||
- "Starting ServerApplication"
|
||||
check-rts-init:
|
||||
exec: cd /opt/appsmith/rts/bundle && node server.js
|
||||
exec: cd /opt/appsmith/rts/bundle && timeout --preserve-status 5s node server.js || true
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- "RTS version v{{ .Env.APP_VERSION }} running"
|
||||
|
|
|
|||
Loading…
Reference in New Issue