修改
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,6 +12,7 @@ steps:
|
||||||
image: node
|
image: node
|
||||||
volumes:
|
volumes:
|
||||||
- name: bulid-workspace
|
- name: bulid-workspace
|
||||||
|
host:
|
||||||
path: /root/web
|
path: /root/web
|
||||||
commands:
|
commands:
|
||||||
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git
|
- git clone https://git.shagain.club/lingling/go_echo_wol_web.git
|
||||||
|
@ -26,6 +27,7 @@ steps:
|
||||||
image: golang
|
image: golang
|
||||||
volumes:
|
volumes:
|
||||||
- name: bulid-workspace
|
- name: bulid-workspace
|
||||||
|
host:
|
||||||
path: /root/web
|
path: /root/web
|
||||||
commands:
|
commands:
|
||||||
- rm -rf ./app/*
|
- rm -rf ./app/*
|
||||||
|
|
Loading…
Reference in New Issue