mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-16 06:46:48 +00:00
fix script (#5644)
This commit is contained in:
@@ -286,7 +286,7 @@ Function GenerateResourcesAndImage {
|
|||||||
$builderScriptPath = $builderScriptPath_temp
|
$builderScriptPath = $builderScriptPath_temp
|
||||||
}
|
}
|
||||||
|
|
||||||
& $packerBinary build -on-error=$($OnError) `
|
& $packerBinary build -on-error="$($OnError)" `
|
||||||
-var "client_id=$($spClientId)" `
|
-var "client_id=$($spClientId)" `
|
||||||
-var "client_secret=$($ServicePrincipalClientSecret)" `
|
-var "client_secret=$($ServicePrincipalClientSecret)" `
|
||||||
-var "subscription_id=$($SubscriptionId)" `
|
-var "subscription_id=$($SubscriptionId)" `
|
||||||
|
|||||||
Reference in New Issue
Block a user