Skip to content

Commit f677ade

Browse files
author
Igor Melnikov
committed
MAGETWO-58017: [GITHUB] Error creating configurable products in 2.1.1 #6424
Enable static content signing by default
1 parent 7fb908b commit f677ade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Deploy/Model/DeployManager.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ public function deploy()
115115
['output' => $this->output, 'options' => $this->options]
116116
);
117117

118+
$this->saveDeployedVersion();
119+
118120
if ($this->isCanBeParalleled()) {
119121
$result = $this->runInParallel($strategyProvider);
120122
} else {
@@ -133,7 +135,6 @@ public function deploy()
133135
}
134136

135137
$this->minifyTemplates();
136-
$this->saveDeployedVersion();
137138

138139
return $result;
139140
}

0 commit comments

Comments
 (0)