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
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ eic_docker: ...@@ -16,7 +16,7 @@ eic_docker:
eic_singularity: eic_singularity:
stage: phase2 stage: phase2
tags: tags:
- singularity - eic0 docker
script: script:
- cp containers/singularity/eic.def . - cp containers/singularity/eic.def .
- /bin/bash .gitlabci/setup.sh - /bin/bash .gitlabci/setup.sh
......
...@@ -132,9 +132,8 @@ if [ -f "$recipe" ]; then ...@@ -132,9 +132,8 @@ if [ -f "$recipe" ]; then
imagefile="`basename ${recipe} .def`.sif" imagefile="`basename ${recipe} .def`.sif"
echo "Creating $imagefile using $recipe..." 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) # 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