mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
fix(travis): Do not disable scheduler using CLI
This commit is contained in:
@@ -57,7 +57,6 @@ before_script:
|
|||||||
- cd ~/frappe-bench
|
- cd ~/frappe-bench
|
||||||
- bench get-app erpnext $TRAVIS_BUILD_DIR
|
- bench get-app erpnext $TRAVIS_BUILD_DIR
|
||||||
- bench --site test_site reinstall --mariadb-root-username root --mariadb-root-password travis --yes
|
- bench --site test_site reinstall --mariadb-root-username root --mariadb-root-password travis --yes
|
||||||
- bench --site test_site scheduler disable
|
|
||||||
- sed -i 's/9000/9001/g' sites/common_site_config.json
|
- sed -i 's/9000/9001/g' sites/common_site_config.json
|
||||||
- bench start &
|
- bench start &
|
||||||
- sleep 10
|
- sleep 10
|
||||||
|
|||||||
Reference in New Issue
Block a user