From 0b68ec4b8ec7586a1c79ce5265790f8bfc2ad672 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Fri, 18 May 2018 13:37:58 -0400 Subject: [PATCH] move a file to remove a directory --- .circleci/config.yml | 2 +- test/{circleci/p2p.sh => p2p/circleci.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{circleci/p2p.sh => p2p/circleci.sh} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8dac95a8..177c1458 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/test/circleci/p2p.sh b/test/p2p/circleci.sh similarity index 100% rename from test/circleci/p2p.sh rename to test/p2p/circleci.sh