Skip to content

Commit 268464a

Browse files
Magento 2 Recipe Setup Upgrade Task Should be Non Interactive #4178 (#4179)
1 parent 7c9ac26 commit 268464a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/magento2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ function magentoDeployAssetsSplit(string $area)
333333
desc('Run upgrades if needed');
334334
task('magento:upgrade', function () {
335335
if (get('full_upgrade_needed')) {
336-
run("{{bin/php}} {{bin/magento}} setup:upgrade --keep-generated");
336+
run("{{bin/php}} {{bin/magento}} setup:upgrade --no-interaction --keep-generated");
337337
} elseif (get('database_upgrade_needed')) {
338338
invoke('magento:upgrade:db');
339339
}

0 commit comments

Comments
 (0)