ci: disable build cache for json-rpc-docs (#9587)
This commit is contained in:
parent
7dc4d349a1
commit
de974fe954
@ -230,6 +230,7 @@ json-rpc-docs:
|
||||
- scripts/gitlab-rpc-docs.sh
|
||||
tags:
|
||||
- docs
|
||||
cache: {}
|
||||
push-release:
|
||||
stage: push-release
|
||||
only:
|
||||
|
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e # fail on errors
|
||||
|
||||
|
||||
|
||||
clone_repos() {
|
||||
git clone https://github.com/parity-js/jsonrpc.git jsonrpc
|
||||
git clone https://github.com/paritytech/wiki.git wiki
|
||||
|
Loading…
Reference in New Issue
Block a user