This commit is contained in:
parent
b117c7f683
commit
d371e798d9
@ -15,10 +15,10 @@ steps:
|
||||
- name: cache
|
||||
path: /go
|
||||
commands:
|
||||
- cd /go
|
||||
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git
|
||||
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git /go
|
||||
- cd go_echo_wol_web
|
||||
- git checkout master
|
||||
- ls /go
|
||||
|
||||
- name: build_web
|
||||
image: node
|
||||
@ -26,6 +26,7 @@ steps:
|
||||
- name: cache
|
||||
path: /go
|
||||
commands:
|
||||
- ls /go
|
||||
- cd /go/go_echo_wol_web
|
||||
- npm install yarn
|
||||
- yarn config set registry https://registry.npm.taobao.org --global
|
||||
|
Loading…
x
Reference in New Issue
Block a user