2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 10:39:02 +00:00

chore: remove dbench test

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2020-03-02 22:36:05 +05:30
parent b9a6c42333
commit 13df6d6b9e
No known key found for this signature in database
GPG Key ID: 75507BE256F40CED

View File

@ -14,26 +14,11 @@ before_install:
sudo apt-get update && sudo apt-get -y install docker-compose;
fi
install:
- if [[ $BUILD == "development" ]];then
chmod ugo+x ./dbench;
chmod ugo+x ./test.sh;
./dbench setup docker;
./dbench init frappe-bench;
./dbench new-site site1.local;
./dbench setup hosts;
fi
after_success:
- docker --version
matrix:
include:
- name: "Test Frappe / ERPNext development"
env: BUILD=development
script:
- ./test.sh
- ./dbench setup docker stop
- name: "Build Frappe python environment (edge)"
if: branch = develop AND type != pull_request
script: