Skip to content

Commit 4b9b9f1

Browse files
committed
fix: indexers: clean lock files dir each run
1 parent 45ea89d commit 4b9b9f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apps/translate-index/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ in
6565
fi
6666
done
6767
68+
rm -rf $targetDir
69+
6870
export start_time=$(date +%s)
6971
parallel --halt now,fail=1 -j$JOBS --link -a <(jq '.[]' -c -r $index) -a $TMPDIR/job_numbers ${script}
7072

0 commit comments

Comments
 (0)