From 61ca5c28990cda8fb6bb46fab69d46b98eec83c4 Mon Sep 17 00:00:00 2001 From: dzaitsev Date: Sun, 4 May 2025 15:26:35 +0300 Subject: [PATCH] gdrive update1 --- build/jenkins/GDriveUpload | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/jenkins/GDriveUpload b/build/jenkins/GDriveUpload index cc8c63b..1a4dc80 100644 --- a/build/jenkins/GDriveUpload +++ b/build/jenkins/GDriveUpload @@ -89,8 +89,7 @@ pipeline { if (\$filesToDelete.Count -gt 0) { \$tempFile = [System.IO.Path]::GetTempFileName() \$filesToDelete | Out-File -FilePath \$tempFile -Encoding utf8 - W - rite-Output "Contents of temporary delete list file (\$tempFile):" + Write-Output "Contents of temporary delete list file (\$tempFile):" Get-Content \$tempFile rclone delete AzaionGoogleDrive:${params.GOOGLE_DRIVE_FOLDER} --files-from \$tempFile