更新 '.drone.yml'
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
bbad6ae4a8
commit
3581467ece
10
.drone.yml
10
.drone.yml
|
@ -11,10 +11,12 @@ steps:
|
|||
|
||||
- name: clone_web
|
||||
image: alpine/git
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /go
|
||||
commands:
|
||||
- mkdir -p /drone/web
|
||||
- pwd
|
||||
- cd /drone/web
|
||||
- mkdir -p /go/web
|
||||
- cd /go/web
|
||||
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git
|
||||
- cd go_echo_wol_web
|
||||
- git checkout master
|
||||
|
@ -22,7 +24,7 @@ steps:
|
|||
- name: build_web
|
||||
image: node
|
||||
commands:
|
||||
- cd /drone/web/go_echo_wol_web
|
||||
- cd /go/web/go_echo_wol_web
|
||||
- pwd
|
||||
- npm install yarn
|
||||
- yarn config set registry https://registry.npm.taobao.org --global
|
||||
|
|
Loading…
Reference in New Issue