mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
maybe?
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
f9a8fd84da
commit
36763a6026
1 changed files with 7 additions and 11 deletions
|
@ -17,19 +17,15 @@ cd "$project_root"
|
|||
|
||||
DO_CHECK=true hab pkg build .
|
||||
|
||||
echo "+++ BUGCITY"
|
||||
ls -alR .
|
||||
|
||||
cat ./results/last_build.env
|
||||
|
||||
echo "--- Sourcing 'results/last_build.sh'"
|
||||
if [ -f ./results/last_build.sh ]; then
|
||||
. ./results/last_build.sh
|
||||
fi
|
||||
|
||||
#echo "--- Installing $pkg_ident"
|
||||
#hab pkg install "./results/$pkg_artifact"
|
||||
echo "--- Installing ${pkg_ident:?is undefined}"
|
||||
hab pkg install "./results/${pkg_artifact:?is undefined}"
|
||||
|
||||
#echo "+++ Testing $PLAN"
|
||||
#pushd "$project_root/test/artifact"
|
||||
#rake
|
||||
#popd
|
||||
echo "+++ Testing $PLAN"
|
||||
pushd "$project_root/test/artifact"
|
||||
rake
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue