rpc-docs should push the branch#9611
Conversation
|
It looks like @gabreal signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
There was a problem hiding this comment.
when is this function called? Is it called only after building new release?
what is ${CI_COMMIT_REF_NAME}? if it's always the same, push will fail because of merge conflicts. How do we access the latest version of the docs?
I'm marking as request changes, only because I'd like to get answers before it is merged :)
|
@debris |
|
CI_COMMIT_REF_NAME is always the tag and tags are unique, so in the rare case someone force-tags this, it's ok if this pipeline fails. @debris |
No description provided.