[CI-SKIP] Ignore gitignore when adding files in automation

Continuation of #5387

Fixes #5456
This commit is contained in:
Professor Bloodstone 2021-04-05 13:14:54 +02:00 committed by Kyle Wood
parent d8e384a164
commit 304a216ba5
5 changed files with 6 additions and 6 deletions

View file

@ -52,7 +52,7 @@ fi
if [ -f "$file" ] && [[ "$filedata" == *"<<<<<"* ]]; then
export summaryfail="$summaryfail\nFAILED TO APPLY: $i"
else
$gitcmd add "$i"
$gitcmd add --force "$i"
export summarygood="$summarygood\nAPPLIED CLEAN: $i"
fi
done