Skip to content

Commit

Permalink
update Makefile and README
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiHanZ committed Aug 12, 2021
1 parent 487c32f commit 04b40ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,4 @@ clean:
docker_release:
docker buildx build . -f ./docker/release/Dockerfile --platform ${PLATFORM} --allow network.host --builder host -t ${HUB}/datafuse:${TAG} --build-arg version=$VERSION --push

cli-e2e:
cargo build --bin datafuse-cli --out-dir cli/e2e -Z unstable-options
pip install absl-py asynctest
(cd ./cli/e2e && python3 e2e.py)

.PHONY: setup test run build fmt lint docker clean
5 changes: 0 additions & 5 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ Build:
$ make cli
```

E2E test:
```bash
make cli-e2e
```

Usage:
```
$ ./target/release/datafuse-cli
Expand Down

0 comments on commit 04b40ed

Please sign in to comment.