Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
icaoberg committed Mar 28, 2024
1 parent 1b7222a commit cfa31ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.42.0/build.sh
Expand Up @@ -12,7 +12,7 @@ if [ -f $IMAGE ]; then
rm -fv $IMAGE
fi

apptainer build $IMAGE $DEFINITION
sudo singularity build $IMAGE $DEFINITION

if [ -f $IMAGE ]; then
exit 0
Expand Down

0 comments on commit cfa31ff

Please sign in to comment.