mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Add vendor/bin to pkg directories, should let us get appbundler.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
76cf8aafea
commit
0ca4e66bc6
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ $pkg_deps=@(
|
||||||
"core/cacerts"
|
"core/cacerts"
|
||||||
"robbkidd/ruby-plus-devkit/2.6.3"
|
"robbkidd/ruby-plus-devkit/2.6.3"
|
||||||
)
|
)
|
||||||
$pkg_bin_dirs=@("bin")
|
$pkg_bin_dirs=@("bin"
|
||||||
|
"vendor/bin")
|
||||||
$project_root= (Resolve-Path "$PLAN_CONTEXT/../").Path
|
$project_root= (Resolve-Path "$PLAN_CONTEXT/../").Path
|
||||||
|
|
||||||
function Invoke-SetupEnvironment {
|
function Invoke-SetupEnvironment {
|
||||||
|
|
Loading…
Reference in a new issue