Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-10-21 20:21:26 -07:00
parent a79120900f
commit f0fca98964

View file

@ -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"