mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Make sure sudo passes our ENV
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
a96075cfe1
commit
8e5a63bf6b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ fi
|
|||
|
||||
echo "--- Installing ${pkg_ident:?is undefined}"
|
||||
|
||||
sudo hab pkg install "./results/${pkg_artifact:?is undefined}"
|
||||
sudo -E hab pkg install "./results/${pkg_artifact:?is undefined}"
|
||||
|
||||
echo "+++ Testing $PLAN"
|
||||
pushd "$project_root/test/artifact"
|
||||
|
|
Loading…
Reference in a new issue