diff --git a/apertis-image-sdk.yaml b/apertis-image-sdk.yaml index 55a21f6e5ac68a7f99a03d747a9c740b610b444f..309bed235a0687787d0e9b388ee244871bafe092 100644 --- a/apertis-image-sdk.yaml +++ b/apertis-image-sdk.yaml @@ -12,7 +12,7 @@ {{ $demopack := or .demopack "disabled" }} {{ $size := or .size "20G" }} -{{ $ivitools := or .ivitools "enabled" }} +{{ $sampleappscheckout := or .sampleappscheckout "enabled" }} {{ $devroot := or .devroot "enabled" }} {{ $devroot_arch := or .devroot_arch "armhf" }} {{ $devpack := or .devpack (printf "ospack_%s-%s-%s_%s" $suite $devroot_arch "devroot" $timestamp) }} @@ -96,7 +96,7 @@ actions: description: Cleanup /var/lib script: scripts/remove_var_lib_parts.sh - {{ if eq $ivitools "enabled" }} + {{ if eq $sampleappscheckout "enabled" }} - action: run description: Fetch sample app bundle sources chroot: true