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

modified: .gitlabci/build.sh

parent 74d5fea7
Branches
Tags
No related merge requests found
...@@ -132,7 +132,9 @@ if [ -f "$recipe" ]; then ...@@ -132,7 +132,9 @@ if [ -f "$recipe" ]; then
imagefile="`basename ${recipe} .def`.sif" imagefile="`basename ${recipe} .def`.sif"
echo "Creating $imagefile using $recipe..." echo "Creating $imagefile using $recipe..."
singularity build $imagefile $recipe mkdir -p $HOME/tmp
TMPDIR=$HOME/tmp 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