chore: suppress trailing whitespace warning in prepare_checkout (#3441)

This commit is contained in:
Yury Semikhatsky 2020-08-13 10:45:27 -07:00 committed by GitHub
parent 4bad89fa37
commit c27e809a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ if git show-ref --verify --quiet refs/heads/playwright-build; then
fi fi
git checkout -b playwright-build git checkout -b playwright-build
echo "-- applying patches" echo "-- applying patches"
git apply --index $PATCHES_PATH/* git apply --index --whitespace=nowarn $PATCHES_PATH/*
if [[ ! -z "${WEBKIT_EXTRA_FOLDER_PATH}" ]]; then if [[ ! -z "${WEBKIT_EXTRA_FOLDER_PATH}" ]]; then
echo "-- adding WebKit embedders" echo "-- adding WebKit embedders"