Przeglądaj źródła

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

master
peter 4 lat temu
rodzic
commit
473027e7e9
2 zmienionych plików z 4 dodań i 2 usunięć
  1. 3
    1
      .drone.yml
  2. 1
    1
      README.md

+ 3
- 1
.drone.yml Wyświetl plik

@@ -1,4 +1,6 @@
1
+---
1 2
 kind: pipeline
3
+type: docker
2 4
 name: default
3 5
 
4 6
 steps:
@@ -64,7 +66,7 @@ steps:
64 66
   - echo ${DRONE_BUILD_CREATED}
65 67
   - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
66 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 70
   - cd ${DRONE_REPO_NAME}
69 71
   - git reset HEAD --hard
70 72
   - echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*

+ 1
- 1
README.md Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz