I think last_build.sh should be last_build.env..

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-10-18 18:07:03 -07:00
parent 44384b6c13
commit af66adc6db

View file

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