Skip to content

Commit b4ff17d

Browse files
author
Igor Melnikov
committed
MAGETWO-58017: [GITHUB] Error creating configurable products in 2.1.1 #6424
Merging with remote branch, conflicts: app/code/Magento/Deploy/Model/DeployManager.php
1 parent 727c910 commit b4ff17d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -205,17 +205,4 @@ private function getProcessesAmount()
205205
{
206206
return isset($this->options[Options::JOBS_AMOUNT]) ? (int)$this->options[Options::JOBS_AMOUNT] : 0;
207207
}
208-
209-
/**
210-
* Save version of deployed files
211-
* @return void
212-
*/
213-
private function saveDeployedVersion()
214-
{
215-
if (!$this->idDryRun) {
216-
$version = (new \DateTime())->getTimestamp();
217-
$this->output->writeln("New version of deployed files: {$version}");
218-
$this->versionStorage->save($version);
219-
}
220-
}
221208
}

0 commit comments

Comments
 (0)