更新 '.drone.yml'
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
13558b3b53
commit
874e4fd55a
|
@ -15,13 +15,13 @@ steps:
|
|||
- mkdir -p /drone/web
|
||||
- pwd
|
||||
- cd /drone/web
|
||||
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git .
|
||||
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git
|
||||
- git checkout master
|
||||
|
||||
- name: build_web
|
||||
image: node
|
||||
commands:
|
||||
- cd /drone/web/
|
||||
- cd /drone/web/go_echo_wol_web
|
||||
- pwd
|
||||
- npm install yarn
|
||||
- yarn config set registry https://registry.npm.taobao.org --global
|
||||
|
|
Loading…
Reference in New Issue