mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 20:21:47 +00:00
remove traces of github.com/tendermint/abci
(#4038)
* Remove traces oaf `github.com/tendermint/abci` - removed abci dockerfile as it was still referencing `github.com/tendermint/abci` Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * nor change to install of abci * use abci-cli instead of tendermint node * remove traces of Dockerfile.develop also use latest Go in Dockerfile.testing * update docker readme * remove wrapping because it will look awful on docker hub
This commit is contained in:
@ -163,11 +163,11 @@ spec:
|
||||
- |
|
||||
set -ex
|
||||
|
||||
go get github.com/tendermint/abci/cmd/counter
|
||||
go get github.com/tendermint/tendermint/abci/cmd/abci-cli
|
||||
|
||||
rm -f /socks/app.sock # remove old socket
|
||||
|
||||
counter --serial --addr="unix:///socks/app.sock"
|
||||
abci-cli counter --serial=true --address="unix:///socks/app.sock"
|
||||
volumeMounts:
|
||||
- name: socksdir
|
||||
mountPath: /socks
|
||||
|
Reference in New Issue
Block a user