diff --git a/install.py b/install.py index 4fff17b69e8f185e36de68e778b8fd86e55d6c80..ddc2cff8cd0d44412bbf460481bffe722188a0cc 100755 --- a/install.py +++ b/install.py @@ -32,7 +32,7 @@ SHORTCUTS = ['eic-shell'] ## - nightly --> just use fallback singularity pull ## - {img}: image name ## - {job}: the CI job that built the artifact -CONTAINER_URL = r'hhttps://eicweb.phy.anl.gov/api/v4/projects/290/jobs/artifacts/{ref}/raw/build/{img}.sif?job={job}' +CONTAINER_URL = r'https://eicweb.phy.anl.gov/api/v4/projects/290/jobs/artifacts/{ref}/raw/build/{img}.sif?job={job}' ## Docker ref is used as fallback in case regular artifact download fails ## The components are: diff --git a/install.sh b/install.sh index 1cf72431114bd94c8673a18cf2ab06058b89614f..dbfaa59c5b5753f1056bb3f6a35ac0af51b7aca7 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash CONTAINER=jug_xl -VERSION=nightly +VERSION=3.0.0 ## Simple setup script that installs the container ## in your local environment under $PWD/local/lib