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 7a731a6 commit a916cd2Copy full SHA for a916cd2
1 file changed
scripts/check_deployment.rb
@@ -4,7 +4,6 @@
4
5
if $?.success? && output.include?('Browse the catalogue')
6
docker_ps = `docker compose ps -a --format json | jq -s`
7
- puts docker_ps
8
if $?.success?
9
j = JSON.parse(docker_ps)
10
unless j.any? { |c| c['ExitCode'] == 1 }
0 commit comments