Skip to content

Commit a60d802

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-81431: Static content deployment failed with compact strategy and several jobs
1 parent 29c6609 commit a60d802

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Deploy/Process/Queue.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ public function process()
182182
* @param array $packages
183183
* @param array $packageJob
184184
* @return void
185+
*
186+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
185187
*/
186188
private function assertAndExecute($name, array & $packages, array $packageJob)
187189
{
@@ -205,6 +207,7 @@ private function assertAndExecute($name, array & $packages, array $packageJob)
205207
}
206208
}
207209
}
210+
208211
if (!$dependenciesNotFinished
209212
&& !$this->isDeployed($package)
210213
&& (

0 commit comments

Comments
 (0)