Compare commits

..

No commits in common. "1175fd2a520410a0534369396cfdc596193c94db" and "56ebb2ad2d024d84666735e93632cd53e7fb0838" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ steps:
- name: test - name: test
image: golang image: golang
commands: commands:
- export GOPROXY=https://mirrors.aliyun.com/goproxy/
- go test - go test
- name: clone_web - name: clone_web
@ -40,7 +39,6 @@ steps:
host: host:
path: /root/web path: /root/web
commands: commands:
- export GOPROXY=https://mirrors.aliyun.com/goproxy/
- rm -rf ./app/* - rm -rf ./app/*
- cp -r /web/build ./app - cp -r /web/build ./app
- sed 's/\/static/\/static\/static/g' ./app/index.html - sed 's/\/static/\/static\/static/g' ./app/index.html