修改
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
9b45db7745
commit
fad1ed2169
|
@ -12,7 +12,8 @@ steps:
|
|||
image: node
|
||||
volumes:
|
||||
- name: bulid-workspace
|
||||
path: /root/web
|
||||
host:
|
||||
path: /root/web
|
||||
commands:
|
||||
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git
|
||||
- git checkout master
|
||||
|
@ -26,7 +27,8 @@ steps:
|
|||
image: golang
|
||||
volumes:
|
||||
- name: bulid-workspace
|
||||
path: /root/web
|
||||
host:
|
||||
path: /root/web
|
||||
commands:
|
||||
- rm -rf ./app/*
|
||||
- cp -r /web/build ./app
|
||||
|
|
Loading…
Reference in New Issue