Skip to content

Commit

Permalink
Modify Calcite build CI job to use looker-open-source fork instead of…
Browse files Browse the repository at this point in the history
… apache main
  • Loading branch information
Anthrino committed Jun 11, 2024
1 parent 6cb7eb4 commit 80128cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
./gradlew publishToMavenLocal -Pcalcite.avatica.version=1.0.0-dev-main -PskipJavadoc
- name: 'Test Calcite'
run: |
git clone --depth 100 https://github.com/apache/calcite.git ../calcite
git clone -b looker --single-branch --depth 100 https://github.com/looker-open-source/calcite.git ../calcite
cd ../calcite
./gradlew --no-parallel --no-daemon build -Pcalcite.avatica.version=1.0.0-dev-main-SNAPSHOT -PenableMavenLocal
Expand Down

0 comments on commit 80128cb

Please sign in to comment.