Skip to content

Commit a916cd2

Browse files
committed
Remove puts
1 parent 7a731a6 commit a916cd2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/check_deployment.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
if $?.success? && output.include?('Browse the catalogue')
66
docker_ps = `docker compose ps -a --format json | jq -s`
7-
puts docker_ps
87
if $?.success?
98
j = JSON.parse(docker_ps)
109
unless j.any? { |c| c['ExitCode'] == 1 }

0 commit comments

Comments
 (0)