You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/11/11 09:49:09 UTC

[GitHub] [pulsar-connectors] sijie opened a new pull request #1: Build connectors

sijie opened a new pull request #1:
URL: https://github.com/apache/pulsar-connectors/pull/1


   


----------------------------------------------------------------
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



[GitHub] [pulsar-connectors] sijie merged pull request #1: Build connectors

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #1:
URL: https://github.com/apache/pulsar-connectors/pull/1


   


----------------------------------------------------------------
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



[GitHub] [pulsar-connectors] eolivelli commented on pull request #1: Build connectors

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #1:
URL: https://github.com/apache/pulsar-connectors/pull/1#issuecomment-725327145


   @sijie it is not clear to me which version of Pulsar we are using for tests.
   `image: apachepulsar/pulsar-build:latest`
   what does this tag mean ?
   
   Probably it would be better to add a step that builds the image locally from current Pulsar master
   
   


----------------------------------------------------------------
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



[GitHub] [pulsar-connectors] eolivelli commented on pull request #1: Build connectors

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #1:
URL: https://github.com/apache/pulsar-connectors/pull/1#issuecomment-725540938


   ```
   name: Clone Pulsar
           uses: actions/checkout@v2
           with:
             fetch-depth: 1
             repository: apache/pulsar
             ref: master
             path: pulsar
   ```
   
   
   thank you @sijie now I see how it works


----------------------------------------------------------------
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



[GitHub] [pulsar-connectors] sijie commented on pull request #1: Build connectors

Posted by GitBox <gi...@apache.org>.
sijie commented on pull request #1:
URL: https://github.com/apache/pulsar-connectors/pull/1#issuecomment-725539224


   @eolivelli `apachepulsar/pulsar-build:latest` is not a test image. It is a build image for building pulsar release.


----------------------------------------------------------------
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