mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 06:28:29 +00:00
Merge pull request #51707 from mihir-kandoi/ci-patch-test-2
This commit is contained in:
5
.github/workflows/patch.yml
vendored
5
.github/workflows/patch.yml
vendored
@@ -113,8 +113,8 @@ jobs:
|
|||||||
jq 'del(.install_apps)' ~/frappe-bench/sites/test_site/site_config.json > tmp.json
|
jq 'del(.install_apps)' ~/frappe-bench/sites/test_site/site_config.json > tmp.json
|
||||||
mv tmp.json ~/frappe-bench/sites/test_site/site_config.json
|
mv tmp.json ~/frappe-bench/sites/test_site/site_config.json
|
||||||
|
|
||||||
wget https://erpnext.com/files/v13-erpnext.sql.gz
|
wget https://frappe.io/files/erpnext-v14.sql.gz
|
||||||
bench --site test_site --force restore ~/frappe-bench/v13-erpnext.sql.gz
|
bench --site test_site --force restore ~/frappe-bench/erpnext-v14.sql.gz
|
||||||
|
|
||||||
git -C "apps/frappe" remote set-url upstream https://github.com/frappe/frappe.git
|
git -C "apps/frappe" remote set-url upstream https://github.com/frappe/frappe.git
|
||||||
git -C "apps/erpnext" remote set-url upstream https://github.com/frappe/erpnext.git
|
git -C "apps/erpnext" remote set-url upstream https://github.com/frappe/erpnext.git
|
||||||
@@ -142,7 +142,6 @@ jobs:
|
|||||||
bench --site test_site migrate
|
bench --site test_site migrate
|
||||||
}
|
}
|
||||||
|
|
||||||
update_to_version 14 3.11
|
|
||||||
update_to_version 15 3.13
|
update_to_version 15 3.13
|
||||||
|
|
||||||
echo "Updating to latest version"
|
echo "Updating to latest version"
|
||||||
|
|||||||
Reference in New Issue
Block a user