Skip to content

Commit

Permalink
BF: Do actually pass safe.directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Dec 16, 2023
1 parent f16a633 commit fb45595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/singularity_cmd
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ pass_git_config "user.name" "ReproNim User"
pass_git_config "user.email" "nobody@example.com"
# only if set - pass pidlock so we could operate on NFS mounts, like on rolando
pass_git_config "annex.pidlock"
pass_git_config "safe.directory"

# Common arguments for the singularity run
SARGS=( -e -B "$PWD" -H "$BHOME" --pwd "$PWD" "$@" )
Expand Down

0 comments on commit fb45595

Please sign in to comment.