修改
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
62dca361f6
commit
8165c34941
|
@ -42,7 +42,7 @@ steps:
|
||||||
- apt-get update && apt-get install tree -y
|
- apt-get update && apt-get install tree -y
|
||||||
- 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
|
||||||
- sed 's?/favicon.ico?/static/favicon.ico?g' ./app/index.html
|
- sed 's?/favicon.ico?/static/favicon.ico?g' ./app/index.html
|
||||||
- sed 's?/logo192.png?/static/logo192.png?g' ./app/index.html
|
- sed 's?/logo192.png?/static/logo192.png?g' ./app/index.html
|
||||||
|
|
Loading…
Reference in New Issue