You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup local environment again using blt local:setup
Destroy vm again using blt vm:nuke
Result:
Build failed. Output of the last blt vm:nuke command:
blt > vm:nuke:
This will destroy your VM, and delete all associated configuration. Continue? [y] : y
blted: Are you sure you want to destroy the 'blted' VM? [y/N] y
==> blted: Forcing shutdown of VM...
==> blted: Destroying VM and associated drives...
==> blted: Pruning invalid NFS exports. Administrator privileges will be required...
Password:
==> blted: [vagrant-hostsupdater] Removing hosts
BUILD FAILED/Users/wonttellyou/blted/./vendor/acquia/blt/phing/tasks/vm.xml:135:8: /Users/wonttellyou/blted/./vendor/acquia/blt/phing/tasks/vm.xml:140:159: Could not find file /Users/wonttellyou/blted/vendor/acquia/blt/template/drush/site-aliases/aliases.drushrc.php to copy.
; 23.5764 seconds
It happens because in vm.xml, the file aliases.drushrc.php was moved away from ${blt.root}/template/drush/site-aliases (typically this is in vendor folder) during the first blt vm:nuke command. Thus, the file is not present on second run of blt vm:nuke anymore. I think, the file aliases.drushrc.php should correctly be copied instead of being moved.
The text was updated successfully, but these errors were encountered:
mirsoftacquia
changed the title
Build fails on blt vm:nuke of nuked previously
Build fails on blt vm:nuke if nuked previously
Mar 20, 2017
My system information:
Operating system type: macOS
Operating system version: 10.12.3
BLT version: 8.6.15
How to reproduce:
blt vm:nuke
blt vm
blt local:setup
blt vm:nuke
Result:
Build failed. Output of the last
blt vm:nuke
command:It happens because in
vm.xml
, the filealiases.drushrc.php
was moved away from ${blt.root}/template/drush/site-aliases (typically this is in vendor folder) during the firstblt vm:nuke
command. Thus, the file is not present on second run ofblt vm:nuke
anymore. I think, the filealiases.drushrc.php
should correctly be copied instead of being moved.The text was updated successfully, but these errors were encountered: