Browse Source

move a file to remove a directory

pull/1594/head
Zach Ramsay 6 years ago
parent
commit
0b68ec4b8e
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .circleci/config.yml
  2. +0
    -0
      test/p2p/circleci.sh

+ 1
- 1
.circleci/config.yml 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


test/circleci/p2p.sh → test/p2p/circleci.sh View File


Loading…
Cancel
Save