mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
accept license
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
e8dc525375
commit
ce16c93d97
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#Requires -Version 5
|
||||
|
||||
$env:HAB_ORIGIN = 'ci'
|
||||
$env:CHEF_LICENSE = 'accept-no-persist'
|
||||
$Plan = 'inspec'
|
||||
|
||||
Write-Host "--- system details"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue