mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
gdrive update1
This commit is contained in:
@@ -89,8 +89,7 @@ pipeline {
|
|||||||
if (\$filesToDelete.Count -gt 0) {
|
if (\$filesToDelete.Count -gt 0) {
|
||||||
\$tempFile = [System.IO.Path]::GetTempFileName()
|
\$tempFile = [System.IO.Path]::GetTempFileName()
|
||||||
\$filesToDelete | Out-File -FilePath \$tempFile -Encoding utf8
|
\$filesToDelete | Out-File -FilePath \$tempFile -Encoding utf8
|
||||||
W
|
Write-Output "Contents of temporary delete list file (\$tempFile):"
|
||||||
rite-Output "Contents of temporary delete list file (\$tempFile):"
|
|
||||||
Get-Content \$tempFile
|
Get-Content \$tempFile
|
||||||
rclone delete AzaionGoogleDrive:${params.GOOGLE_DRIVE_FOLDER} --files-from \$tempFile
|
rclone delete AzaionGoogleDrive:${params.GOOGLE_DRIVE_FOLDER} --files-from \$tempFile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user