From 049648c3575b09ca5eaa991d50d4b315b06ddc35 Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:27:20 +0530 Subject: [PATCH] Update migration-script-ubuntu.sh --- .../migration-automation/ubuntu-os/migration-script-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh index 9f6b9743a3..cd729d6122 100644 --- a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh +++ b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh @@ -100,6 +100,7 @@ echo "Downloading using API key.." # Download the file and save it with a temporary name curl -H "Authorization: Bearer $migrationApiKey" \ + -C -R \ "https://www.googleapis.com/drive/v3/files/$file_id?alt=media" \ -o wso2is_temp.zip