mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
chore: suppress trailing whitespace warning in prepare_checkout (#3441)
This commit is contained in:
parent
4bad89fa37
commit
c27e809a61
@ -114,7 +114,7 @@ if git show-ref --verify --quiet refs/heads/playwright-build; then
|
||||
fi
|
||||
git checkout -b playwright-build
|
||||
echo "-- applying patches"
|
||||
git apply --index $PATCHES_PATH/*
|
||||
git apply --index --whitespace=nowarn $PATCHES_PATH/*
|
||||
|
||||
if [[ ! -z "${WEBKIT_EXTRA_FOLDER_PATH}" ]]; then
|
||||
echo "-- adding WebKit embedders"
|
||||
|
Loading…
Reference in New Issue
Block a user