ci: disable build cache for json-rpc-docs (#9587)

This commit is contained in:
gabriel klawitter 2018-09-19 10:07:35 +02:00 committed by Afri Schoedon
parent 7dc4d349a1
commit de974fe954
2 changed files with 5 additions and 0 deletions

View File

@ -230,6 +230,7 @@ json-rpc-docs:
- scripts/gitlab-rpc-docs.sh - scripts/gitlab-rpc-docs.sh
tags: tags:
- docs - docs
cache: {}
push-release: push-release:
stage: push-release stage: push-release
only: only:

View File

@ -1,5 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e # fail on errors
clone_repos() { clone_repos() {
git clone https://github.com/parity-js/jsonrpc.git jsonrpc git clone https://github.com/parity-js/jsonrpc.git jsonrpc
git clone https://github.com/paritytech/wiki.git wiki git clone https://github.com/paritytech/wiki.git wiki