move a file to remove a directory

This commit is contained in:
Zach Ramsay 2018-05-18 13:37:58 -04:00
parent ca120798e4
commit 0b68ec4b8e
2 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ jobs:
- checkout
- run: mkdir -p $GOPATH/src/github.com/tendermint
- run: ln -sf /home/circleci/project $GOPATH/src/github.com/tendermint/tendermint
- run: bash test/circleci/p2p.sh
- run: bash test/p2p/circleci.sh
upload_coverage:
<<: *defaults