There was an error while loading. Please reload this page.
1 parent c5936b0 commit cbf7a7aCopy full SHA for cbf7a7a
.github/workflows/deploy-oss-catalog.yml
@@ -23,6 +23,10 @@ jobs:
23
with:
24
service_account_key: ${{ secrets.PROD_SPEC_CACHE_SA_KEY }}
25
export_default_credentials: true
26
+ - name: Install Java
27
+ uses: actions/setup-java@v1
28
+ with:
29
+ java-version: "17"
30
- name: Generate catalog
31
run: SUB_BUILD=PLATFORM ./gradlew :airbyte-config:init:processResources
32
- name: Upload catalog to GCS
0 commit comments