Merge branch 'master' of ssh://versioncontrol.me:2222/frontwork-vendor/rpclibrary

This commit is contained in:
peter
2019-10-28 20:02:50 +01:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
---
kind: pipeline
type: docker
name: default
steps:
@@ -64,7 +66,7 @@ steps:
- echo ${DRONE_BUILD_CREATED}
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
- git config --global user.name "${DRONE_COMMIT_AUTHOR}"
- echo "clone ${DRONE_REPO_NAME}"; git clone https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git
- echo "clone ${DRONE_REPO_NAME}"; git clone https://www.versioncontrol.me/frontwork-documentation/${DRONE_REPO_NAME}.git
- cd ${DRONE_REPO_NAME}
- git reset HEAD --hard
- echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*
+1 -1
View File
@@ -8,7 +8,7 @@ npm i rpclibrary
# Quickstart
```typescript
import {Backend, Frontend} from 'rpclibrary'
import {Backend, Frontend} from 'rpclibrary'
const echo = (x) => x