Skip to content

Commit

Permalink
fix-up
Browse files Browse the repository at this point in the history
Signed-off-by: jayfranco999 <[email protected]>
  • Loading branch information
jayfranco999 committed Sep 2, 2024
1 parent 2b3702a commit 0d57e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/goss-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ command:
docker_buildx:
exec: docker buildx version
exit-status: 0
default_java:
exec: java --version
exit-status: 0
stdout:
- 11.0.24+8
docker_compose:
exec: docker-compose -v
exit-status: 0
Expand Down
3 changes: 3 additions & 0 deletions tests/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ command:
datadog-agent:
exec: datadog-agent version
exit-status: 0
default_java:
exec: java --version
exit-status: 0
doctl:
exec: doctl version
exit-status: 0
Expand Down

0 comments on commit 0d57e6e

Please sign in to comment.