remove very old bash file

This commit is contained in:
Zach Ramsay
2018-05-18 13:22:04 -04:00
parent 4611cf44f0
commit 595fc24c56
2 changed files with 1 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
#! /bin/bash
# update the `tester` image by copying in the latest tendermint binary
docker run --name builder tester true
docker cp $GOPATH/bin/tendermint builder:/go/bin/tendermint
docker commit builder tester
docker rm -vf builder