We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fbac3 commit 7a731a6Copy full SHA for 7a731a6
1 file changed
scripts/check_deployment.rb
@@ -7,7 +7,6 @@
7
puts docker_ps
8
if $?.success?
9
j = JSON.parse(docker_ps)
10
- puts JSON.pretty_generate(j)
11
unless j.any? { |c| c['ExitCode'] == 1 }
12
exit 0
13
end
0 commit comments