Commit dfab6fc7 authored by Cecylia Bocovich's avatar Cecylia Bocovich 💬
Browse files

Added a step to cleanup rclone remote

This fixes a bug where we exceed our google drive quota. Deleted files
were moved to a trash bin and not removed from storage entirely.
parent e6f6ad93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ git checkout -b torbrowser-releases
git push -f --follow-tags origin torbrowser-releases

rclone delete gdrive:releases
rclone cleanup gdrive:releases

for row in $(
    curl -s 'https://aus1.torproject.org/torbrowser/update_3/release/downloads.json' |