Browse Source

project: test 26

Yi 1 year ago
parent
commit
52f3f47298
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -7,7 +7,8 @@ owner="yiping.xu"
 
 
 WORKDIR /bin
 WORKDIR /bin
 
 
-RUN go env -w GO111MODULE=on \
+RUN cd /drone/src/kpt-tmr-group \
+    && go env -w GO111MODULE=on \
     && go env -w GOPROXY=https://goproxy.cn,direct \
     && go env -w GOPROXY=https://goproxy.cn,direct \
     && go env -w CGO_ENABLED=0 \
     && go env -w CGO_ENABLED=0 \
     && go build -o ./bin/kptTmrGroup \
     && go build -o ./bin/kptTmrGroup \