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

Commit

Permalink
Fixed issue in the environment variable setter, as it was only pointi…
Browse files Browse the repository at this point in the history
…ng to the directory and not the swiftest.sif file itself
  • Loading branch information
daminton committed May 24, 2023
1 parent 7645522 commit 571b4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions singularity/pull
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/sh --
singularity pull swiftest.sif docker://daminton/swiftest:latest
source ./setenv.sh
singularity pull --force swiftest.sif docker://daminton/swiftest:latest
2 changes: 1 addition & 1 deletion singularity/setenv.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
# source this file to set the path to the swiftest.sif file
export SWIFTEST_SIF=${PWD}
export SWIFTEST_SIF="${PWD}/swiftest.sif"

0 comments on commit 571b4a2

Please sign in to comment.