修改
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
5b22ff9cb2
commit
2b6f9e7b32
|
@ -39,7 +39,8 @@ steps:
|
||||||
host:
|
host:
|
||||||
path: /root/web
|
path: /root/web
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- apk add tree
|
||||||
|
- tree
|
||||||
- rm -rf ./app/*
|
- rm -rf ./app/*
|
||||||
- cp -r /go/web/build ./app
|
- cp -r /go/web/build ./app
|
||||||
- sed 's?/static?/static/static?g' ./app/index.html
|
- sed 's?/static?/static/static?g' ./app/index.html
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
tmp
|
tmp
|
||||||
app
|
|
Loading…
Reference in New Issue