From af66adc6db2ed7d2c5ddeefbcc3ddd6d00a3e464 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Fri, 18 Oct 2019 18:07:03 -0700 Subject: [PATCH] I think last_build.sh should be last_build.env.. Signed-off-by: Miah Johnson --- .expeditor/buildkite/artifact.habitat.test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.expeditor/buildkite/artifact.habitat.test.sh b/.expeditor/buildkite/artifact.habitat.test.sh index 4f0a081cc..7b096811e 100755 --- a/.expeditor/buildkite/artifact.habitat.test.sh +++ b/.expeditor/buildkite/artifact.habitat.test.sh @@ -17,12 +17,12 @@ cd "$project_root" DO_CHECK=true hab pkg build . +ls -laR /src/results + +cat /src/results/last_build.env + if [ -f /src/results/last_build.sh ]; then . /src/results/last_build.sh - echo "pkg_ident" - echo $pkg_ident - echo "pkg_artifact" - echo $pkg_artifact fi echo "--- Installing $pkg_ident"