Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop';$node='C:\Program Files\nodejs\node.exe';$js='C:\Users\ash\AppData\Roaming\npm\node_modules\@google\clasp\build\src\index.js';$sid='14nkIMPL8l_IYeUggRP5m6dswCo7blt5IDxn469IUCTbul6CMGJG7zqpo';$did='AKfycbwlHCiqN-wDxc5mu0Hr261-uOp9rKVH2eWNatQAQOTwuKoMcCEHSWW1y_1fiaCBTAfFxw';$proj='C:\Users\ash\PhoneBridgeHotpathDeploy3';if(Test-Path $proj){Remove-Item $proj -Recurse -Force};New-Item -ItemType Directory -Path $proj|Out-Null;Push-Location $proj;& $node $js clone $sid;if($LASTEXITCODE -ne 0){throw 'CLONE_FAILED'};Copy-Item 'C:\Users\ash\PhoneBridgeCode.gs' (Join-Path $proj 'Code.gs') -Force;& $node $js push -f;if($LASTEXITCODE -ne 0){throw 'PUSH_FAILED'};$vo=& $node $js version 'hotpath-adapter-20260903';if($LASTEXITCODE -ne 0){throw 'VERSION_FAILED'};$vn=[regex]::Match(($vo -join ' '),'(\d+)').Groups[1].Value;if(-not $vn){throw ('VERSION_PARSE_FAILED '+($vo -join ' '))};& $node $js deploy -i $did -V $vn -d 'hotpath-adapter-20260903';if($LASTEXITCODE -ne 0){throw 'DEPLOY_FAILED'};Pop-Location;Write-Output ('DEPLOY_OK VERSION='+$vn)"
Directory: projects
Status: FAILED
Exit code: 1
Cancel Job Rerun Command Refresh
+ ... $node $js push -f;if($LASTEXITCODE -ne 0){throw 'PUSH_FAILED'};$vo=& ...
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (PUSH_FAILED:String) [], RuntimeException
+ FullyQualifiedErrorId : PUSH_FAILED
---
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (PUSH_FAILED:String) [], RuntimeException
+ FullyQualifiedErrorId : PUSH_FAILED
---└─ Code.js
└─ appsscript.json
Cloned 2 files.
Conflicting files found
PUSH_FAILED
At line:1 char:668
+ ... $node $js push -f;if($LASTEXITCODE -ne 0){throw 'PUSH_FAILED'};$vo=& ...
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (PUSH_FAILED:String) [], RuntimeException
+ FullyQualifiedErrorId : PUSH_FAILED