Skip to content
Snippets Groups Projects
Commit d15f8230 authored by scott.wang's avatar scott.wang
Browse files

Add more rich debug log

parent 137142c0
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ script:
# start zookeeper registry insecure listen in [:]:2181
- docker run -d --network host zookeeper
- ROOTDIR=$(pwd)
- echo ${COMMITID} ${ROOTDIR}
- cd ./test/integrate/dubbo/go-client && docker build . -t ci-consumer --build-arg COMMITID=${COMMITID} && cd $ROOTDIR
- cd ./test/integrate/dubbo/go-server && docker build . -t ci-provider --build-arg COMMITID=${COMMITID} && cd $ROOTDIR
- docker run -d --network host ci-provider
......
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