You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2019/11/19 08:18:14 UTC

[calcite-avatica] branch master updated: Fetch Calcite from apache/calcite repository for integration testing

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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c8de2f  Fetch Calcite from apache/calcite repository for integration testing
8c8de2f is described below

commit 8c8de2f0adf6e83a7ddd1109221b9d508b258eb9
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Tue Nov 19 11:17:55 2019 +0300

    Fetch Calcite from apache/calcite repository for integration testing
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index bb208d0..04dc708 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
         ./gradlew publishToMavenLocal -Pcalcite.avatica.version=1.0.0-dev-master -PskipJavadoc
     - name: 'Test Calcite'
       run: |
-        git clone --branch gradle --depth 100 https://github.com/vlsi/calcite.git ../calcite
+        git clone --depth 100 https://github.com/apache/calcite.git ../calcite
         cd ../calcite
         ./gradlew --no-parallel --no-daemon build -Pcalcite.avatica.version=1.0.0-dev-master-SNAPSHOT -PenableMavenLocal