Skip to content

Commit 2962407

Browse files
author
Ann Beeskau
committed
CICD-1572: Resolve permission issue with new compiler code
- removed temporary fix - resolved permissions issue on bamboo agents
1 parent 94e6406 commit 2962407

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)