Skip to content

Commit

Permalink
(maint) trace docker transport run_cmd
Browse files Browse the repository at this point in the history
!no-release-note
  • Loading branch information
h0tw1r3 committed Feb 21, 2024
1 parent 67b1019 commit ca25a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bolt/transport/docker/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def container_id
end

def run_cmd(cmd, env_vars)
@logger.trace { "Executing: #{cmd.join(' ')}" }
Bolt::Util.exec_docker(cmd, env_vars)
end

Expand Down

0 comments on commit ca25a6b

Please sign in to comment.