mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 06:28:29 +00:00
perf(travis): Do not build assets
This commit is contained in:
@@ -38,7 +38,7 @@ install:
|
|||||||
- pip install -e ./bench
|
- pip install -e ./bench
|
||||||
|
|
||||||
- git clone https://github.com/frappe/frappe --branch $TRAVIS_BRANCH --depth 1
|
- git clone https://github.com/frappe/frappe --branch $TRAVIS_BRANCH --depth 1
|
||||||
- bench init --frappe-path ~/frappe --python $(which python) frappe-bench
|
- bench init --skip-assets --frappe-path ~/frappe --python $(which python) frappe-bench
|
||||||
|
|
||||||
- mkdir ~/frappe-bench/sites/test_site
|
- mkdir ~/frappe-bench/sites/test_site
|
||||||
- cp -r $TRAVIS_BUILD_DIR/.travis/site_config.json ~/frappe-bench/sites/test_site/
|
- cp -r $TRAVIS_BUILD_DIR/.travis/site_config.json ~/frappe-bench/sites/test_site/
|
||||||
|
|||||||
Reference in New Issue
Block a user