Browse Source

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

master
peter 4 years ago
parent
commit
473027e7e9
2 changed files with 4 additions and 2 deletions
  1. 3
    1
      .drone.yml
  2. 1
    1
      README.md

+ 3
- 1
.drone.yml View File

1
+---
1
 kind: pipeline
2
 kind: pipeline
3
+type: docker
2
 name: default
4
 name: default
3
 
5
 
4
 steps:
6
 steps:
64
   - echo ${DRONE_BUILD_CREATED}
66
   - echo ${DRONE_BUILD_CREATED}
65
   - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
67
   - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
66
   - git config --global user.name "${DRONE_COMMIT_AUTHOR}"
68
   - git config --global user.name "${DRONE_COMMIT_AUTHOR}"
67
-  - echo "clone ${DRONE_REPO_NAME}"; git clone https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git
69
+  - echo "clone ${DRONE_REPO_NAME}"; git clone https://www.versioncontrol.me/frontwork-documentation/${DRONE_REPO_NAME}.git
68
   - cd ${DRONE_REPO_NAME}
70
   - cd ${DRONE_REPO_NAME}
69
   - git reset HEAD --hard
71
   - git reset HEAD --hard
70
   - echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*
72
   - echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*

+ 1
- 1
README.md View File

8
 
8
 
9
 # Quickstart
9
 # Quickstart
10
 ```typescript
10
 ```typescript
11
-import {Backend, Frontend} from 'rpclibrary'
11
+import {Backend, Frontend} from 'rpclibrary' 
12
 
12
 
13
 const echo = (x) => x
13
 const echo = (x) => x
14
 
14
 

Loading…
Cancel
Save