wu-sheng commented on a change in pull request #2: URL: https://github.com/apache/skywalking-kong/pull/2#discussion_r617168252
########## File path: test/e2e/e2e-test/kong/docker/entrypoint.sh ########## @@ -18,11 +18,11 @@ # export KONG_NGINX_HTTP_LUA_SHARED_DICT="tracing_buffer 128m" -wget -P ~/ https://github.com/apache/skywalking-nginx-lua/archive/refs/heads/master.zip +wget -P ~/ -O master.zip https://github.com/apache/skywalking-nginx-lua/archive/39686396ae23d7d341a8ff2212888f02d0b19f6d.zip unzip -q ~/master.zip -d ~/ -cd ~/skywalking-nginx-lua-master +cd ~/skywalking-nginx-lua-* Review comment: I think it doesn't use downloading the tar zip, https://github.com/apache/skywalking/blob/master/test/plugin/agent-test-tools/bin/fetch-code.sh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
