Remove the patch from PR 450, as it's already included in 3.1.1.

This commit is contained in:
Peter Fabian 2020-02-25 10:13:56 +01:00
parent 19b180af7e
commit f1f02dc292
1 changed files with 0 additions and 7 deletions

View File

@ -39,10 +39,3 @@ find ./packages/woocommerce-admin -iname '*.js' -exec sed -i.bak -e "s/, 'woocom
# Cleanup backup files
find ./packages -name "*.bak" -type f -delete
output 2 "Done!"
# Apply patches
output 2 "Applying patch #450 to Action Schduler"
cd packages/action-scheduler
curl -O https://patch-diff.githubusercontent.com/raw/woocommerce/action-scheduler/pull/450.patch
patch -p1 < 450.patch
output 2 "Done!"