Skip to content

Commit e5145e9

Browse files
grooverdanRazvanLiviuVarzaru
authored andcommitted
MDBF-143: infer - full mode only
1 parent 3c75518 commit e5145e9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • configuration/steps/commands/scripts

configuration/steps/commands/scripts/infer.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@ if ! populate_differences; then
345345
echo "This is going to take a while for a full scan"
346346
fi
347347

348+
# incremental mode can't calculate differences to main
349+
# so we're forcing to full for now.
350+
rm -f index.txt
351+
348352
if [ ! -f index.txt ]; then
349353
RUN_MODE="full"
350354
else

0 commit comments

Comments
 (0)