mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
...
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
d2c823fae6
commit
9a04b34d2a
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ fi
|
|||
echo "+++ Installing ${pkg_ident:?is undefined}"
|
||||
|
||||
ls -laR "~$CI_USER/.hab"
|
||||
whoami
|
||||
ls -alR ~/.hab
|
||||
|
||||
for i in ${~"$CI_USER"/.hab/cache/keys/*.pub}; do
|
||||
sudo -E cat "$i" | /usr/bin/hab origin key import
|
||||
|
|
Loading…
Reference in a new issue