run.sh: commented out command to update the work repo

This commit is contained in:
Daniel Brahneborg 2025-12-07 11:58:59 +01:00
parent a057593680
commit 823365bc8a

2
run.sh
View file

@ -9,6 +9,8 @@ repodir=`pwd`/repo-$arch
if [ ! -d $repodir ]; then if [ ! -d $repodir ]; then
mkdir -p $repodir mkdir -p $repodir
cp -a `git ls-files . | grep -v /` $repodir/ cp -a `git ls-files . | grep -v /` $repodir/
# else
# echo maybe run this: rsync -av src $repodir
fi fi
docker run --rm -ti \ docker run --rm -ti \