socketwench / dropwhale

A Drop-in Docker environment for Drupal module testing
GNU Lesser General Public License v3.0
15 stars 2 forks source link

Removed hardcoded uri from templates. #34

Closed socketwench closed 6 years ago

socketwench commented 6 years ago

Solves #29 , #30 , and #31 .

martinfrances107 commented 6 years ago

I am starting to see errors which come from #29

upgrading drush from beta4 to beta9

I am starting to see errors related to cache clearing

drush cr all

in beta9 is not longer recognised as valid - its replacement is

drush cache:rebuild

this means changes to line 5 of

.dropwhale/web/ansible/templates/run-test.sh

I am still investigating ... and will create a pull request when I have a complete solution but when I have made a screwup I want to post early.

martinfrances107 commented 6 years ago

I have fixes all the issues I can see currently .. fingers crossed.

here is the PR #35