Skip to content

ci: split up install prepare by blaggacao [frappe] PR#27744

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

From: https://github.com/frappe/frappe/pull/27744
Date: 2024-09-11 16:35:38+00:00



Diagnostics

Cleaning files from denylist:
 .github/helper/install_bench.sh | 18 +++++++++++++
 .github/helper/install_site.sh  | 59 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)


Cleaning files from denylist:
 .github/helper/install_bench.sh | 18 +++++++++++++
 .github/helper/install_site.sh  | 59 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)



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

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27744

# Make changes then rebase
git rebase -i develop

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

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

Merge request reports

Loading