Skip to content
Snippets Groups Projects
Commit 507ab8f9 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

prepare for v3.0.0

parent 1eedb3ab
No related branches found
No related tags found
1 merge request!50prepare for v3.0.0
...@@ -32,7 +32,7 @@ SHORTCUTS = ['eic-shell'] ...@@ -32,7 +32,7 @@ SHORTCUTS = ['eic-shell']
## - nightly --> just use fallback singularity pull ## - nightly --> just use fallback singularity pull
## - {img}: image name ## - {img}: image name
## - {job}: the CI job that built the artifact ## - {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 ## Docker ref is used as fallback in case regular artifact download fails
## The components are: ## The components are:
......
#!/bin/bash #!/bin/bash
CONTAINER=jug_xl CONTAINER=jug_xl
VERSION=nightly VERSION=3.0.0
## Simple setup script that installs the container ## Simple setup script that installs the container
## in your local environment under $PWD/local/lib ## in your local environment under $PWD/local/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment