the last_build.env script doesn't expor its variables..

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-10-22 02:26:52 -07:00
parent 26a46cc886
commit c6b488c62f

View file

@ -24,6 +24,7 @@ DO_CHECK=true hab pkg build .
echo "--- Sourcing 'results/last_build.sh'"
if [ -f ./results/last_build.env ]; then
. ./results/last_build.env
export pkg_artifact
fi
echo "+++ Installing ${pkg_ident:?is undefined}"