File tree Expand file tree Collapse file tree
daisy_workflows/image_build Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ function Generate-Sbom {
115115
116116 Write-Output " Generating sbom."
117117 & " C:\sbomutil.exe" - archetype= windows- image - googet_path ' C:\ProgramData\GooGet' - extra_content= " ${ script:sbom_dir } \" - comp_name= " ${comp_name} " - output image.sbom.json
118- & ' gcloud storage cp image.sbom.json $gs_path
118+ & ' gcloud storage' cp image.sbom.json $gs_path
119119 Write-Output " Sbom file uploaded to $gs_path ."
120120}
121121
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function Download-Drivers {
5151 $gs_path = Get-MetadataValue - key ' drivers-path'
5252 if ($gs_path ) {
5353 Write-Output " Downloading drivers from $gs_path ."
54- & ' gcloud storage cp -r "${gs_path}/*" $script:driver_dir
54+ & ' gcloud storage' cp - r " ${gs_path} /*" $script :driver_dir
5555 Write-Output ' Driver download complete.'
5656 }
5757 else {
You can’t perform that action at this time.
0 commit comments