mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
Removed docker-exec from travis and shifted to test.py
Former-commit-id: 236ff05ca5
This commit is contained in:
parent
5f6e0fc104
commit
58244ae233
@ -18,7 +18,6 @@ install:
|
||||
- docker exec -i frappe bash -c "bench --site site1.local install-app erpnext"
|
||||
- docker exec -i -u root frappe bash -c "echo 127.0.0.1 site1.local >> /etc/hosts"
|
||||
- sudo su -c 'echo 127.0.0.1 site1.local >> /etc/hosts'
|
||||
- docker exec -it frappe bash -c "bench start"
|
||||
- pip install requests
|
||||
- pip install time
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user