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

Merge branch 'update_version' into 'master'

prepare for v3.0.0

See merge request !50
parents 1eedb3ab 507ab8f9
No related branches found
No related tags found
1 merge request!50prepare for v3.0.0
......@@ -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:
......
#!/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
......
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