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

Fix: integration testing problems

parent e8bf2d8f
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ARG PR_ORIGIN_REPO ...@@ -26,7 +26,7 @@ ARG PR_ORIGIN_REPO
ARG PR_ORIGIN_COMMITID ARG PR_ORIGIN_COMMITID
ADD . /go/src/github.com/apache/dubbo-go/test/integrate/dubbo/go-client 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/src/github.com/apache/dubbo-go/go.mod /go/src/github.com/apache/dubbo-go/test/integrate/dubbo/go-client/go.main.mod
# update dubbo-go to current commit id # 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' 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 ...@@ -26,7 +26,7 @@ ARG PR_ORIGIN_REPO
ARG PR_ORIGIN_COMMITID ARG PR_ORIGIN_COMMITID
ADD . /go/src/github.com/apache/dubbo-go/test/integrate/dubbo/go-server 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/src/github.com/apache/dubbo-go/go.mod /go/src/github.com/apache/dubbo-go/test/integrate/dubbo/go-server/go.main.mod
# update dubbo-go to current commit id # 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' 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