Method: Yad::Core.build_update_source_code_command

Defined in:
lib/yad/core.rb

.build_update_source_code_command(checkout_command, export_command, new_release_directory) ⇒ Object



19
20
21
22
23
24
# File 'lib/yad/core.rb', line 19

def self.build_update_source_code_command(checkout_command, export_command, new_release_directory)
  [checkout_command,
   export_command,
   "chmod -R g+w #{new_release_directory}"
  ].join(" && ")
end