Compare commits
No commits in common. "1175fd2a520410a0534369396cfdc596193c94db" and "56ebb2ad2d024d84666735e93632cd53e7fb0838" have entirely different histories.
1175fd2a52
...
56ebb2ad2d
|
@ -6,7 +6,6 @@ steps:
|
|||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- export GOPROXY=https://mirrors.aliyun.com/goproxy/
|
||||
- go test
|
||||
|
||||
- name: clone_web
|
||||
|
@ -40,7 +39,6 @@ steps:
|
|||
host:
|
||||
path: /root/web
|
||||
commands:
|
||||
- export GOPROXY=https://mirrors.aliyun.com/goproxy/
|
||||
- rm -rf ./app/*
|
||||
- cp -r /web/build ./app
|
||||
- sed 's/\/static/\/static\/static/g' ./app/index.html
|
||||
|
|
Loading…
Reference in New Issue