Skip to content

Commit

Permalink
[bitnami/gitea] Return true after stopping web for goss test
Browse files Browse the repository at this point in the history
Signed-off-by: David Gomez <dgomezleon@vmware.com>
  • Loading branch information
dgomezleon committed Aug 9, 2023
1 parent 6bc9dea commit ae3eaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vib/gitea/goss/gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ file:
filetype: file
command:
check-app-run:
exec: timeout --preserve-status 5 gitea web
exec: timeout --preserve-status 5 gitea web || true
exit-status: 0
stdout:
- "/Starting.*Web.*server/"

0 comments on commit ae3eaac

Please sign in to comment.