update julia upstream

This commit is contained in:
Johnny Chen 2020-06-26 23:56:16 +08:00 committed by GitHub
parent 61482f8ea7
commit 19a90727f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -e set -e
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://pkg.julialang.org"} BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://us-east.storage.julialang.org"}
[[ -d "${TUNASYNC_WORKING_DIR}" ]] [[ -d "${TUNASYNC_WORKING_DIR}" ]]
cd "${TUNASYNC_WORKING_DIR}" cd "${TUNASYNC_WORKING_DIR}"