Skip to content

Commit

Permalink
Init script: Added possiblity for overriding JULIAUP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann authored Dec 14, 2023
1 parent 4e8c47a commit 7b3ec92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/shellscript/juliaup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ set -u

# If JULIAUP_SERVER is unset or empty, default it.
JULIAUP_SERVER="${JULIAUP_SERVER:-https://julialang-s3.julialang.org}"
JULIAUP_VERSION="THISISREPLACEDWITHREALVERSIONINGITHUBWORKFLOW"

# If JULIAUP_VERSION is unset or empty, default it.
JULIAUP_VERSION="${JULIAUP_VERSION:-THISISREPLACEDWITHREALVERSIONINGITHUBWORKFLOW}"

#XXX: If you change anything here, please make the same changes in setup_mode.rs
usage() {
Expand Down

0 comments on commit 7b3ec92

Please sign in to comment.