Copy correct parity repo to jsonrpc folder

Copy correct parity repo to jsonrpc folder before attempting to build docs since the CI runner clones the repo as parity and not parity-ethereum.
This commit is contained in:
Christopher Purta 2018-07-31 08:10:05 -07:00 committed by GitHub
parent 10c4e0cae7
commit 4c5952dc99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@ clone_repos() {
}
build_docs() {
cp parity-ethereum jsonrpc/.parity
npm install
npm run build:markdown
}
@ -36,6 +35,7 @@ upload_files() {
setup_git
clone_repos
cp parity jsonrpc/.parity
cd jsonrpc
build_docs
cd ..