Bo-Yi Wu
pirms 7 gadiem
vecāks
revīzija
a18ca75f2c
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: F84B2110C500B1F
1 mainītis faili ar
13 papildinājumiem un
0 dzēšanām
-
.drone.yml
|
|
@ -3,3 +3,16 @@ clone: |
|
|
|
image: plugins/git |
|
|
|
depth: 50 |
|
|
|
tags: true |
|
|
|
|
|
|
|
pipeline: |
|
|
|
|
|
|
|
node_test: |
|
|
|
image: node:8 |
|
|
|
pull: true |
|
|
|
commands: |
|
|
|
- node -v |
|
|
|
- npm -v |
|
|
|
- yarn --version |
|
|
|
- yarn config set cache-folder .yarn-cache |
|
|
|
- yarn install |
|
|
|
- yarn run production |