Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'next-10529/fix-init-script' into 'master'
Browse files Browse the repository at this point in the history
NEXT-10529 - Fix init script to allow easily switching between major and master branch

See merge request shopware/6/product/development!220
  • Loading branch information
mitelg committed Nov 2, 2020
2 parents 53990ce + 8a8e073 commit 99b9c5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-ops/common/actions/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# generate default SSL private/public key
php dev-ops/generate_ssl.php

rm -rf vendor/shopware
rm -rf var/cache
rm -rf dev-ops/analyze/vendor
rm -rf composer.lock

INCLUDE: ./init-composer.sh
INCLUDE: ./init-database.sh
INCLUDE: ./init-shopware.sh
Expand Down

0 comments on commit 99b9c5c

Please sign in to comment.