更新 '.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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue