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

modified: .gitlabci/build.sh

parent 5861ad14
Branches
Tags
No related merge requests found
...@@ -132,9 +132,9 @@ if [ -f "$recipe" ]; then ...@@ -132,9 +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..."
mkdir -p $HOME/tmp mkdir -p /home/tmp_singularity
TMPDIR=$HOME/tmp singularity build $imagefile $recipe TMPDIR=/home/tmp_singularity 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