zymap commented on a change in pull request #9961:
URL: https://github.com/apache/pulsar/pull/9961#discussion_r597547916
##########
File path: pulsar-client-cpp/docker/build-wheels.sh
##########
@@ -23,8 +23,8 @@ set -e
BUILD_IMAGE_NAME="${BUILD_IMAGE_NAME:-apachepulsar/pulsar-build}"
-ROOT_DIR=$(dirname $0)/../..
-cd $ROOT_DIR
+# ROOT_DIR should be an absolute path so that Docker accepts it as a valid
volumes path
+ROOT_DIR=`cd $(dirname $0)/../..; pwd`
Review comment:
You still need to `cd $ROOT_DIR`
--
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]