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
|
- scripts/gitlab-rpc-docs.sh
|
||||||
tags:
|
tags:
|
||||||
- docs
|
- docs
|
||||||
|
cache: {}
|
||||||
push-release:
|
push-release:
|
||||||
stage: push-release
|
stage: push-release
|
||||||
only:
|
only:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user