mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
the last_build.env script doesn't expor its variables..
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
26a46cc886
commit
c6b488c62f
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ DO_CHECK=true hab pkg build .
|
||||||
echo "--- Sourcing 'results/last_build.sh'"
|
echo "--- Sourcing 'results/last_build.sh'"
|
||||||
if [ -f ./results/last_build.env ]; then
|
if [ -f ./results/last_build.env ]; then
|
||||||
. ./results/last_build.env
|
. ./results/last_build.env
|
||||||
|
export pkg_artifact
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "+++ Installing ${pkg_ident:?is undefined}"
|
echo "+++ Installing ${pkg_ident:?is undefined}"
|
||||||
|
|
Loading…
Reference in a new issue