Method: Gitlab::QA::Component::Base#process_exec_commands
- Defined in:
- lib/gitlab/qa/component/base.rb
#process_exec_commands ⇒ Object
172 173 174 |
# File 'lib/gitlab/qa/component/base.rb', line 172 def process_exec_commands exec_commands.each { |command| docker.exec(name, command) } end |