Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added the pull script to the .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 24, 2023
1 parent 11cd4b6 commit 7645522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions singularity/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
!swiftest.def
!bin/
!pull
3 changes: 3 additions & 0 deletions singularity/pull
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh --
singularity pull swiftest.sif docker://daminton/swiftest:latest
source ./setenv.sh

0 comments on commit 7645522

Please sign in to comment.