Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-10-21 18:58:57 -07:00
parent 1c93fba32c
commit 7caa1fb8d2

View file

@ -27,7 +27,7 @@ fi
echo "--- Installing ${pkg_ident:?is undefined}"
sudo -E "hab origin key import < ~$CI_USER/.hab/cache/keys/$HAB_ORIGIN*.pub"
sudo -E "cat ~$CI_USER/.hab/cache/keys/$HAB_ORIGIN*.pub | hab origin key import"
sudo -E hab pkg install "./results/${pkg_artifact:?is undefined}"
echo "+++ Testing $PLAN"