diff --git a/.drone.yml b/.drone.yml index 20f9906..66f2333 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: golang commands: - export GOPROXY=https://mirrors.aliyun.com/goproxy/ - - go test + # - go test - name: clone_web image: alpine/git @@ -28,6 +28,7 @@ steps: - name: build image: golang + volumes: - name: outdir host: path: /root/web