From eb1a9a31786d3ecc9f775312ca9f76ceed6a81a7 Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Tue, 27 Jun 2023 09:44:01 +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 a0a4acf4493..872842ee26e 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 @@ -120,6 +120,7 @@ ls -a echo "${GREEN}==> Unzipped downloaded Identity Server zip${RESET}" curl -k -H "Authorization: Bearer $api_key" \ + -C -R \ https://www.googleapis.com/drive/v3/files/$file_id?alt=media \ -o wso2is.zip echo "Downloading using API key.."