Skip to content
Snippets Groups Projects
Commit c14923df authored by Chris Croome's avatar Chris Croome
Browse files

deleting the `rm -rf` file

parent 80127dbe
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@ WP=$(which wp)
cd /home/{{ item }}/sites
git stash save "Local changes stashed"
git pull
rm -rf web/wp
# is this needed?
#rm -rf web/wp
composer install
cd web/app/themes/coop-tech-oowp-theme
composer update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment