From df8bded7c4e7d208a87ac05c3fd01d668dfa18e7 Mon Sep 17 00:00:00 2001 From: an qin Date: Tue, 12 Nov 2019 14:16:18 +0800 Subject: [PATCH] modify readme --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 845c34816..661219e6f 100644 --- a/README.md +++ b/README.md @@ -83,16 +83,6 @@ rm $TMPDIR/consul-0.7.5.zip ### Unit tests ```shell -pushd api -npm install -npm test -popd - -pushd servicebroker -npm install -npm test -popd - go install github.com/onsi/ginkgo/ginkgo export DBURL=postgres://postgres@localhost/autoscaler?sslmode=disable pushd src/autoscaler @@ -107,14 +97,6 @@ popd ### Integration tests ```shell -pushd api -npm install -popd - -pushd servicebroker -npm install -popd - pushd scheduler mvn package -DskipTests popd