Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/download-data.sh')
-rwxr-xr-xdata/download-data.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/download-data.sh b/data/download-data.sh
index 4397c50..0e2ec04 100755
--- a/data/download-data.sh
+++ b/data/download-data.sh
@@ -4,7 +4,7 @@
# https://github.com/marian-nmt/marian-regression-tests
URL=https://romang.blob.core.windows.net/mariandev/regression-tests/data
-TOKEN="${SAS_TOKEN:-}"
+TOKEN="${AZURE_STORAGE_SAS_TOKEN:-}"
# If the SAS token is not provided, switch to to the mirror server
if [ -z $TOKEN ]; then