From f0fca989648679d0959e2ad76c177ff8045cc3a8 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Mon, 21 Oct 2019 20:21:26 -0700 Subject: [PATCH] please Signed-off-by: Miah Johnson --- .expeditor/buildkite/artifact.habitat.test.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.expeditor/buildkite/artifact.habitat.test.sh b/.expeditor/buildkite/artifact.habitat.test.sh index 4dcec2624..52e614d37 100755 --- a/.expeditor/buildkite/artifact.habitat.test.sh +++ b/.expeditor/buildkite/artifact.habitat.test.sh @@ -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"