Skip to content
Snippets Groups Projects
Commit f7833f9f authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Merge branch 'master' of eicweb.phy.anl.gov:containers/eic_container

parents 056e055b e2f32980
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ eic_docker:
eic_singularity:
stage: phase2
tags:
- singularity
- eic0 docker
script:
- cp containers/singularity/eic.def .
- /bin/bash .gitlabci/setup.sh
......
......@@ -132,9 +132,8 @@ if [ -f "$recipe" ]; then
imagefile="`basename ${recipe} .def`.sif"
echo "Creating $imagefile using $recipe..."
mkdir -p /home/tmp_singularity
TMPDIR=/home/tmp_singularity singularity build $imagefile $recipe
singularity build $imagefile $recipe
# If the image is successfully built, test it and upload (examples)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment