Skip to content
Snippets Groups Projects
Commit a8e22fd8 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

checkout with git, not cp

parent 5c060cbc
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ Bootstrap: library
From: cylon-x/lcsb-biocore/julia-base:latest
%setup
cp -a `pwd` ${SINGULARITY_ROOTFS}/project/
GIT_DIR=`pwd`/.git GIT_WORK_TREE=${SINGULARITY_ROOTFS}/project/ git checkout -f
%post
export JULIA_DEPOT_PATH=/user/.julia
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment