mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
I think last_build.sh should be last_build.env..
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
44384b6c13
commit
af66adc6db
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue