John Snow

Results 15 comments of John Snow

@fifthecho That is a great question/issue at this time I'm not sure, I believe the answer is yes though I'm not sure how. In order to test this can you...

@sam1el Yes the override is in the user plan you just need to add this function ``` function Invoke-BuildConfig { Write-BuildLine "Writing configuration" if (Test-Path "$PLAN_CONTEXT/config/bootstrap-inspec.json") { Copy-Item "$PLAN_CONTEXT/config/bootstrap-inspec.json" "$pkg_prefix/config/bootstrap-inspec.json"...

Propose fix to the habitat windows plan build do be similar to https://github.com/habitat-sh/habitat/blob/master/components/plan-build/bin/hab-plan-build.sh#L1989

I did some research and opened an issue for this against [habitat](https://github.com/habitat-sh/habitat/issues/7568) and here are the results of what needs to be done to make this work. First, you need...