will probably need to quote this but...

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-10-21 23:59:41 -07:00
parent 155aa3ee1b
commit 10bce134e8

View file

@ -31,7 +31,7 @@ echo "+++ Installing ${pkg_ident:?is undefined}"
whoami
echo "$HAB_CI_KEY"
sudo -E cat "$HAB_CI_KEY" | /usr/bin/hab origin key import && hab pkg install "./results/${pkg_artifact:?is undefined}"
sudo -E -- sh -c cat "$HAB_CI_KEY" | /usr/bin/hab origin key import && hab pkg install "./results/${pkg_artifact:?is undefined}"
echo "+++ Testing $PLAN"
pushd "$project_root/test/artifact"