nodece commented on code in PR #59:
URL: https://github.com/apache/pulsar-adapters/pull/59#discussion_r1887902911


##########
.github/workflows/integration-test.yaml:
##########
@@ -71,21 +71,21 @@ jobs:
           distribution: 'adopt'
           java-version: 17
 
-      - name: install org.apache.pulsar.tests:integration:jar:tests:4.0.0
+      - name: install 
org.apache.pulsar.tests:integration:jar:tests:4.0.0-SNAPSHOT
         if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
         run: |
           cd ~
-          git clone --depth 50 --single-branch --branch v4.0.0  
https://github.com/apache/pulsar
+          git clone --depth 50 --single-branch --branch v4.0.0-SNAPSHOT  
https://github.com/apache/pulsar
           cd pulsar
           mvn -B -ntp -f tests/pom.xml -pl 
org.apache.pulsar.tests:tests-parent,org.apache.pulsar.tests:integration install
 
       - name: build apachepulsar/pulsar-test-latest-version:latest
         if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
         run: |
-          docker pull apachepulsar/pulsar-all:4.0.0
-          docker pull apachepulsar/pulsar:4.0.0
-          docker tag apachepulsar/pulsar-all:4.0.0 
apachepulsar/pulsar-all:latest
-          docker tag apachepulsar/pulsar:4.0.0 apachepulsar/pulsar:latest
+          docker pull apachepulsar/pulsar-all:4.0.0-SNAPSHOT
+          docker pull apachepulsar/pulsar:4.0.0-SNAPSHOT
+          docker tag apachepulsar/pulsar-all:4.0.0-SNAPSHOT 
apachepulsar/pulsar-all:latest
+          docker tag apachepulsar/pulsar:4.0.0-SNAPSHOT 
apachepulsar/pulsar:latest

Review Comment:
   ```suggestion
             docker pull apachepulsar/pulsar-all:4.0.1
             docker pull apachepulsar/pulsar:4.0.1
             docker tag apachepulsar/pulsar-all:4.0.1 
apachepulsar/pulsar-all:latest
             docker tag apachepulsar/pulsar:4.0.1 apachepulsar/pulsar:latest
   ```



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to