ci: restart bench before final migrate (#37104)

Also remove few patches which are now handled automatically
This commit is contained in:
Ankush Menat
2023-09-15 16:51:56 +05:30
committed by GitHub
parent 08aaf22b2a
commit 61778d5058
2 changed files with 2 additions and 3 deletions

View File

@@ -139,9 +139,11 @@ jobs:
git -C "apps/frappe" checkout -q -f "${GITHUB_BASE_REF:-${GITHUB_REF##*/}}"
git -C "apps/erpnext" checkout -q -f "$GITHUB_SHA"
pgrep honcho | xargs kill
rm -rf ~/frappe-bench/env
bench -v setup env
bench pip install -e ./apps/erpnext
bench start &>> ~/frappe-bench/bench_start.log &
bench --site test_site migrate