Skip to content

Commit

Permalink
This should not be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSSS authored Jan 20, 2022
1 parent 78e80f4 commit 63409b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def self.run(params)
UI.success('Starting Android Task.')
bundle_install = params[:bundle_install] ? '&& bundle install ' : ''

docker_commander.exec(command: "cd #{workspace_dir} #{bundle_install}&& #{timeout_command} #{android_task} || exit 1")
docker_commander.exec(command: "cd #{workspace_dir} #{bundle_install}&& #{timeout_command} #{android_task}")
end
rescue StandardError => e
begin
Expand Down

0 comments on commit 63409b3

Please sign in to comment.