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

Fix: integration testing problems

parent 882f0219
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ ARG PR_ORIGIN_REPO
ARG PR_ORIGIN_COMMITID
ADD . /go/src/github.com/apache/dubbo-go/test/integrate/dubbo/go-client
ADD ./go.main.mod /go/src/github.com/apache/dubbo-go/go.mod
ADD go.main.mod /go/src/github.com/apache/dubbo-go/go.mod
# update dubbo-go to current commit id
RUN test ${PR_ORIGIN_REPO} && echo "github.com/apache/dubbo-go will be replace to github.com/${PR_ORIGIN_REPO}@${PR_ORIGIN_COMMITID}" || echo 'go get github.com/apache/dubbo-go@develop'
......
......@@ -26,7 +26,7 @@ ARG PR_ORIGIN_REPO
ARG PR_ORIGIN_COMMITID
ADD . /go/src/github.com/apache/dubbo-go/test/integrate/dubbo/go-server
ADD ./go.main.mod /go/src/github.com/apache/dubbo-go/go.mod
ADD go.main.mod /go/src/github.com/apache/dubbo-go/go.mod
# update dubbo-go to current commit id
RUN test ${PR_ORIGIN_REPO} && echo "github.com/apache/dubbo-go will be replace to github.com/${PR_ORIGIN_REPO}@${PR_ORIGIN_COMMITID}" || echo 'go get github.com/apache/dubbo-go@develop'
......
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