mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
Revert "[julia] switch upstreams to pkg servers"
This commit is contained in:
parent
5c47f04e46
commit
99d2b8df92
4
julia.sh
4
julia.sh
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://us-east.pkg.julialang.com"}
|
||||
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://us-east.storage.juliahub.com"}
|
||||
[[ -d "${TUNASYNC_WORKING_DIR}" ]]
|
||||
cd "${TUNASYNC_WORKING_DIR}"
|
||||
|
||||
UPSTREAMS="[\"https://us-east.pkg.julialang.com\", \"https://kr.pkg.julialang.com\"]"
|
||||
UPSTREAMS="[\"https://us-east.storage.juliahub.com\", \"https://kr.storage.juliahub.com\"]"
|
||||
|
||||
OUTPUT_DIR="$PWD/static"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user