Skip to content

Commit

Permalink
Merge pull request #49 from mothership-gmbh/develop
Browse files Browse the repository at this point in the history
Update AbstractWorkflow.php
  • Loading branch information
azngeek authored Dec 20, 2016
2 parents a8a9158 + 9f378d8 commit 0b9d054
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ public function run($args = [], $logIntoMagentoScheduler = true)
$this->input = array_key_exists('input', $args) ? $args['input'] : null;
$this->magentoRootDir = array_key_exists('root-dir', $args) ? $args['root-dir'] : null;
$this->yaml = $args['yaml'];

/**
* This is required for the initial arguments.
* Do not remove this line. And if you want to refactor it,
* build a test case with a subsequent workflow
*/
$this->args = $args;

/**
* The log directory is mandatory argument. We will use the helper
Expand Down

0 comments on commit 0b9d054

Please sign in to comment.