mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
will probably need to quote this but...
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
155aa3ee1b
commit
10bce134e8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ echo "+++ Installing ${pkg_ident:?is undefined}"
|
|||
whoami
|
||||
echo "$HAB_CI_KEY"
|
||||
|
||||
sudo -E cat "$HAB_CI_KEY" | /usr/bin/hab origin key import && hab pkg install "./results/${pkg_artifact:?is undefined}"
|
||||
sudo -E -- sh -c cat "$HAB_CI_KEY" | /usr/bin/hab origin key import && hab pkg install "./results/${pkg_artifact:?is undefined}"
|
||||
|
||||
echo "+++ Testing $PLAN"
|
||||
pushd "$project_root/test/artifact"
|
||||
|
|
Loading…
Add table
Reference in a new issue