Skip to content

Commit f9966b1

Browse files
author
Beeskau, Ann(abeeskau)
committed
Merge pull request #203 from magento-cicd/CICD-1572
[CICD] Resolve permission issue with new compiler code
2 parents b08dd71 + c13f570 commit f9966b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dev/tools/Magento/Tools/Di/compiler.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,6 @@
247247
. ' in the "var" directory. For instance, if you run the Magento application using Apache,'
248248
. ' the owner of the files in the "var" directory should be the Apache user (example command:'
249249
. ' "chown -R www-data:www-data <MAGENTO_ROOT>/var" where MAGENTO_ROOT is the Magento root directory).' . "\n";
250-
/** TODO: Temporary solution before having necessary changes on bamboo to overcome issue described above */
251-
$iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($rootDir . '/var'));
252-
foreach ($iterator as $item) {
253-
chmod($item, 0777);
254-
}
255250

256251
} catch (Zend_Console_Getopt_Exception $e) {
257252
echo $e->getUsageMessage();

0 commit comments

Comments
 (0)