Skip to content

Commit 7a731a6

Browse files
committed
Remove puts
1 parent a2fbac3 commit 7a731a6

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
@@ -7,7 +7,6 @@
77
puts docker_ps
88
if $?.success?
99
j = JSON.parse(docker_ps)
10-
puts JSON.pretty_generate(j)
1110
unless j.any? { |c| c['ExitCode'] == 1 }
1211
exit 0
1312
end

0 commit comments

Comments
 (0)