You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/10/08 01:35:50 UTC

[GitHub] [pulsar] aahmed-se commented on a change in pull request #5335: Build python 37 artifacts and use them for the docker image

aahmed-se commented on a change in pull request #5335: Build python 37 artifacts and use them for the docker image
URL: https://github.com/apache/pulsar/pull/5335#discussion_r332304726
 
 

 ##########
 File path: docker/pulsar/scripts/install-pulsar-client-37.sh
 ##########
 @@ -20,5 +20,5 @@
 
 set -x
 
-WHEEL_FILE=$(ls /pulsar/pulsar-client | grep cp35)
+WHEEL_FILE=$(ls /pulsar/pulsar-client | grep cp37)
 pip3.5 install /pulsar/pulsar-client/${WHEEL_FILE}
 
 Review comment:
   fixed

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services