You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2024/01/09 13:26:03 UTC

(phoenix-connectors) branch master updated: PHOENIX-7174 Rebuild HBase in connectors github action CI script

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 60d4172  PHOENIX-7174 Rebuild HBase in connectors github action CI script
60d4172 is described below

commit 60d4172169d14d13632f9abaef28f02978c3013a
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Jan 9 11:12:37 2024 +0100

    PHOENIX-7174 Rebuild HBase in connectors github action CI script
---
 .github/workflows/maven.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 55fb909..4085ad1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,5 +29,7 @@ jobs:
       uses: actions/setup-java@v1
       with:
         java-version: 1.8
+    - name: Rebuild HBase
+      run: /bin/bash dev/rebuild_hbase.sh 2.4.16
     - name: Test
       run: mvn -B -fae clean install