shopwareArchive / shopware-platform-vagrant

DEPRECATED: A Vagrant setup ready for shopware platform development
22 stars 14 forks source link

Add task to remove platform folder #17

Closed xndrdev closed 4 years ago

xndrdev commented 4 years ago

The platform cloning task causes an error, because the folder already exists. The change https://github.com/shopware/development/commit/687c27e1071d90e1a680e0bd8b51c859ac3b9ec3 leads to that error, so we have to remove the folder before cloning the platform folder.

I added a new task to remove the folder, so the cloning of the platform repo is working correct.

flohessling commented 4 years ago

@xndrdev Thanks for your contribution!