更新 '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
lingling 2023-09-11 17:49:14 +08:00
parent 13558b3b53
commit 874e4fd55a
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@ steps:
- mkdir -p /drone/web - mkdir -p /drone/web
- pwd - pwd
- cd /drone/web - 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 - git checkout master
- name: build_web - name: build_web
image: node image: node
commands: commands:
- cd /drone/web/ - cd /drone/web/go_echo_wol_web
- pwd - pwd
- npm install yarn - npm install yarn
- yarn config set registry https://registry.npm.taobao.org --global - yarn config set registry https://registry.npm.taobao.org --global