Skip to content
Snippets Groups Projects
Commit e8f684a1 authored by 邹毅贤's avatar 邹毅贤
Browse files

update script

parent 969ce321
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,6 @@ RUN test ${PR_ORIGIN_REPO} && go mod edit -replace=github.com/apache/dubbo-go=g
ENV GO111MODULE on
RUN go install github.com/apache/dubbo-go/test/integrate/dubbo/go-client
RUN go mod tidy && go install github.com/apache/dubbo-go/test/integrate/dubbo/go-client
CMD go-client
\ No newline at end of file
......@@ -32,6 +32,6 @@ RUN test ${PR_ORIGIN_REPO} && go mod edit -replace=github.com/apache/dubbo-go=g
ENV GO111MODULE on
RUN go mod tidy || go install github.com/apache/dubbo-go/test/integrate/dubbo/go-server
RUN go mod tidy && go install github.com/apache/dubbo-go/test/integrate/dubbo/go-server
CMD go-server
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment