double.huang hace 5 años
padre
commit
d6d5f95cb8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .drone.yml

+ 2 - 0
.drone.yml

@@ -5,6 +5,8 @@ clone:
 build:
   image: docker.i2edu.net/golang:1.13
   commands:
+    - export GOPROXY=https://goproxy.io
+    - export GO111MODULE=on
     - CGO_ENABLED=0 go build -a -ldflags '-s'
     - tar zcf oauth.tar.gz static app.properties sql doc oauth
 publish: