Skip to content

ci: fix patch test by ankush [frappe] PR#37079

Bot Dokos requested to merge ft-pr-37079 into develop

From: https://github.com/frappe/erpnext/pull/37079
Date: 2023-09-13 18:39:01+02:00



Diagnostics

Cleaning files from denylist:
 .github/helper/install.sh                  |  73 ++++++++++++++
 .github/workflows/patch.yml                | 157 +++++++++++++++++++++++++++++
 .github/workflows/server-tests-mariadb.yml | 152 ++++++++++++++++++++++++++++
 3 files changed, 382 insertions(+)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-37079

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports