michaelmcandrew / civicrm-buildkit-docker

This is a read only copy. Please make PRs here: https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
GNU Affero General Public License v3.0
40 stars 31 forks source link

Fails to build due to changes in buildkit #57

Closed wmortada closed 3 years ago

wmortada commented 4 years ago

While trying to fix #56 I came across another error:

rmdir: failed to remove 'buildkit-tmp': Directory not empty

It looks like buildkit has a new folder called .loco and the code isn't moving this folder. Hence the error.

Again, should be pretty straightforward to fix. Just need to copy everything in that folder. I'll submit a PR.