Skip to content

Commit

Permalink
fix: indexers: clean lock files dir each run
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Nov 16, 2022
1 parent 45ea89d commit 4b9b9f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/translate-index/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ in
fi
done
rm -rf $targetDir
export start_time=$(date +%s)
parallel --halt now,fail=1 -j$JOBS --link -a <(jq '.[]' -c -r $index) -a $TMPDIR/job_numbers ${script}
Expand Down

0 comments on commit 4b9b9f1

Please sign in to comment.