mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
plah
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
f0fca98964
commit
d2c823fae6
1 changed files with 5 additions and 2 deletions
|
@ -27,9 +27,12 @@ fi
|
|||
|
||||
echo "+++ Installing ${pkg_ident:?is undefined}"
|
||||
|
||||
ls -l "~$CI_USER/.hab/cache/keys/$HAB_ORIGIN*.pub"
|
||||
ls -laR "~$CI_USER/.hab"
|
||||
|
||||
for i in ${~"$CI_USER"/.hab/cache/keys/*.pub}; do
|
||||
sudo -E cat "$i" | /usr/bin/hab origin key import
|
||||
done
|
||||
|
||||
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