From 6fe077238a9a3a30dbc4446f3aa3223fdbedf49e Mon Sep 17 00:00:00 2001 From: Lucas Mercier <71261068+LucasMercier306@users.noreply.github.com> Date: Wed, 24 Aug 2022 11:35:14 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 833ae21c..97c9452b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -258,7 +258,7 @@ stages: azureSubscription: 'Isogeo - MPN(82885610-5841-4749-8d71-46f56b643ad2)' scriptLocation: inlineScript inlineScript: | - az storage blob download --account-name isogeoonpremises --container-name images --file versions.json --blob-url https://isogeoonpremises.blob.core.windows.net/images + az storage blob download --account-name isogeoonpremises --container-name images --file versions.json --blob-url https://isogeoonpremises.blob.core.windows.net/images/versions.json - script: jq --argjson version "$( last.json displayName: first stage