[Julia] temporarily use SJTUG as upstream

This commit is contained in:
Johnny Chen 2020-08-12 18:35:06 +08:00 committed by GitHub
parent d5f2142cf2
commit bd5db2e8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://us-east.storage.juliahub.com"}
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://mirrors.sjtug.sjtu.edu.cn/julia"}
[[ -d "${TUNASYNC_WORKING_DIR}" ]]
cd "${TUNASYNC_WORKING_DIR}"