shopware / production

Shopware 6 production template
https://shopware.com
177 stars 151 forks source link

Remove --no-cleanup from asset-install in update:finish command #50

Closed aragon999 closed 4 years ago

aragon999 commented 4 years ago

The --no-cleanup option was removed, therefore the system:asset:finish-command fails with:

$ php bin/console system:update:finish
Run Post Update

Get collection from directories
migrate Migrations
    0 [=░░░░░░░░░░░░░░░░░░░░░░░░░░░]

 ---------- ---------------------- 
  Action     Number of migrations  
 ---------- ---------------------- 
  Migrated   0 out of 0            
 ---------- ---------------------- 

all migrations executed
cleared the shopware cache
09:35:22 ERROR     [console] Error thrown while running command "system:update:finish". Message: "The "--no-cleanup" option does not exist." ["exception" => Symfony\Component\Console\Exception\InvalidOptionException^ { …},"command" => "system:update:finish","message" => "The "--no-cleanup" option does not exist."]

  The "--no-cleanup" option does not exist.  

system:update:finish [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command>
CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

shopwareBot commented 4 years ago

Hello,

thank you for creating this pull request. I have opened an issue on our Issue Tracker for you. See the issue link: https://issues.shopware.com/issues/NEXT-10165

Please use this issue to track the state of your pull request.

pweyck commented 4 years ago

Thanks for your contribution @aragon999 :)