accept license

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-10-21 14:46:04 -07:00
parent e8dc525375
commit ce16c93d97
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
#Requires -Version 5
$env:HAB_ORIGIN = 'ci'
$env:CHEF_LICENSE = 'accept-no-persist'
$Plan = 'inspec'
Write-Host "--- system details"

View file

@ -4,6 +4,7 @@ set -ueo pipefail
export HAB_ORIGIN='ci'
export PLAN='inspec'
export CHEF_LICENSE="accept-no-persist"
echo "--- system details"
uname -a