DevOps Workflow Improvements #2
Reference in New Issue
Block a user
Delete Branch "feature/devlops-workflow-improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
VirtualBox-Wrapper.ps1now takes 'up' or 'down' as opposed to a machine name. This allows start/stop of a virtualmachine.VirtualBox-Wrapper.ps1now relies on a gitignoredlocalenv.jsonto work.VirtualBox-Wrapper.ps1can also optionally monitor the log file generated from the serial adapter in VirtualBox.readme.mdupdated to provide instructions on how to populate thelocalenv.jsonfile.tasks.jsonupdated to have a "Clean" task to --remove-orphans, the Build task depends on this.tasks.jsonupdated to have a "Close VirtualBox" task, this runs thevirtualbox-wrapper.ps1in 'down' mode. The Build task depends on this.launch.jsonupdated to run theVirtualBox-Wrapper.ps1with the "-Command up" argument, instead of machine name.localenv.json.