run.sh: commented out command to update the work repo
This commit is contained in:
parent
a057593680
commit
823365bc8a
1 changed files with 2 additions and 0 deletions
2
run.sh
2
run.sh
|
|
@ -9,6 +9,8 @@ repodir=`pwd`/repo-$arch
|
|||
if [ ! -d $repodir ]; then
|
||||
mkdir -p $repodir
|
||||
cp -a `git ls-files . | grep -v /` $repodir/
|
||||
# else
|
||||
# echo maybe run this: rsync -av src $repodir
|
||||
fi
|
||||
|
||||
docker run --rm -ti \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue