Merge pull request #16190 from SaiFi0102/Travis-Fix

[Staging] Travis Fix: bench reinstall allow setting MariaDB root user/pass #6599
This commit is contained in:
Ameya Shenoy 2018-12-12 18:17:51 +05:30 committed by GitHub
commit d630370183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ before_script:
- cd ~/frappe-bench - cd ~/frappe-bench
- bench get-app erpnext $TRAVIS_BUILD_DIR - bench get-app erpnext $TRAVIS_BUILD_DIR
- bench use test_site - bench use test_site
- bench reinstall --yes - bench reinstall --mariadb-root-username root --mariadb-root-password travis --yes
- bench build - bench build
- bench scheduler disable - bench scheduler disable
- sed -i 's/9000/9001/g' sites/common_site_config.json - sed -i 's/9000/9001/g' sites/common_site_config.json