Skip to content

Commit

Permalink
Uploaded 0.6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Feb 22, 2022
1 parent 150f428 commit 4e1849f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build_singularity_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
#
sudo -E singularity --quiet build ormr.sif Singularity

if [[ $HOSTNAME == "N141CU" ]]; then
notify-send "Done creating 'ormr.sif'" "Done creating 'ormr.sif'"
fi

4 changes: 4 additions & 0 deletions scripts/upload_singularity_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ singularity sign ormr.sif
# Upload the latest version
singularity push ormr.sif library://richelbilderbeek/default/ormr:0.6.2.1

if [[ $HOSTNAME == "N141CU" ]]; then
notify-send "Done uploading 'ormr.sif'" "Done uploading 'ormr.sif'"
fi


0 comments on commit 4e1849f

Please sign in to comment.