更新 '.drone.yml'
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
0c515a2352
commit
c1c3a1f3fd
|
@ -16,10 +16,7 @@ steps:
|
|||
path: /go
|
||||
commands:
|
||||
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git /go
|
||||
- ls /go
|
||||
- cd go_echo_wol_web
|
||||
- git checkout master
|
||||
- ls /go
|
||||
|
||||
- name: build_web
|
||||
image: node
|
||||
|
@ -27,8 +24,7 @@ steps:
|
|||
- name: cache
|
||||
path: /go
|
||||
commands:
|
||||
- ls /go
|
||||
- cd /go/go_echo_wol_web
|
||||
- cd /go/
|
||||
- npm install yarn
|
||||
- yarn config set registry https://registry.npm.taobao.org --global
|
||||
- yarn
|
||||
|
|
Loading…
Reference in New Issue