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