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:
authorRoman Grundkiewicz <rgrundkiewicz@gmail.com>2022-10-31 15:39:45 +0300
committerRoman Grundkiewicz <rgrundkiewicz@gmail.com>2022-10-31 15:39:45 +0300
commit494d6de2bd0d745cd8eaf8614d75fe36d01b5519 (patch)
tree26be0be806d52a1fb567ecdad7b4927a31b90eaf
parentd0822b6f3a9db533e33efe4ee8bdbe8061bc2bf7 (diff)
Use cannonical name for SAS token envvarHEADmaster
-rwxr-xr-xdata/download-data.sh2
-rw-r--r--models/download-models.sh2
2 files changed, 2 insertions, 2 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
diff --git a/models/download-models.sh b/models/download-models.sh
index ccd60f5..bcce7e0 100644
--- a/models/download-models.sh
+++ b/models/download-models.sh
@@ -10,7 +10,7 @@
# https://github.com/marian-nmt/marian-regression-tests
URL=https://romang.blob.core.windows.net/mariandev/regression-tests/models
-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