Skip to content
Snippets Groups Projects

prepare for v3.0.0

Merged Sylvester Joosten requested to merge update_version into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -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:
Loading