Skip to content

Commit

Permalink
Add registry container output to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Jul 14, 2023
1 parent 4095e18 commit da1c049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class IntegrationTest < ActiveSupport::TestCase

teardown do
unless passed?
[:deployer, :vm1, :vm2, :shared, :load_balancer].each do |container|
[:deployer, :vm1, :vm2, :shared, :load_balancer, :registry].each do |container|
puts
puts "Logs for #{container}:"
docker_compose :logs, container
Expand Down

0 comments on commit da1c049

Please sign in to comment.