mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
please
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
a79120900f
commit
f0fca98964
1 changed files with 4 additions and 2 deletions
|
@ -25,9 +25,11 @@ if [ -f ./results/last_build.env ]; then
|
|||
. ./results/last_build.env
|
||||
fi
|
||||
|
||||
echo "--- Installing ${pkg_ident:?is undefined}"
|
||||
echo "+++ Installing ${pkg_ident:?is undefined}"
|
||||
|
||||
sudo -E "cat ~$CI_USER/.hab/cache/keys/$HAB_ORIGIN*.pub | /usr/bin/hab origin key import"
|
||||
ls -l "~$CI_USER/.hab/cache/keys/$HAB_ORIGIN*.pub"
|
||||
|
||||
sudo -E cat ~"$CI_USER"/.hab/cache/keys/$"HAB_ORIGIN"*.pub | /usr/bin/hab origin key import
|
||||
sudo -E hab pkg install "./results/${pkg_artifact:?is undefined}"
|
||||
|
||||
echo "+++ Testing $PLAN"
|
||||
|
|
Loading…
Reference in a new issue