This commit is contained in:
parent
0c515a2352
commit
c1c3a1f3fd
@ -16,10 +16,7 @@ steps:
|
|||||||
path: /go
|
path: /go
|
||||||
commands:
|
commands:
|
||||||
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git /go
|
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git /go
|
||||||
- ls /go
|
|
||||||
- cd go_echo_wol_web
|
|
||||||
- git checkout master
|
- git checkout master
|
||||||
- ls /go
|
|
||||||
|
|
||||||
- name: build_web
|
- name: build_web
|
||||||
image: node
|
image: node
|
||||||
@ -27,8 +24,7 @@ steps:
|
|||||||
- name: cache
|
- name: cache
|
||||||
path: /go
|
path: /go
|
||||||
commands:
|
commands:
|
||||||
- ls /go
|
- cd /go/
|
||||||
- cd /go/go_echo_wol_web
|
|
||||||
- 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
|
||||||
- yarn
|
- yarn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user