1
0
mirror of synced 2026-01-06 06:04:16 -05:00

fix: install java in oss catalog deploy action (#18887)

* fix: install java

* temporary disable the branch check

* revert the temporary thing
This commit is contained in:
Pedro S. Lopez
2022-11-02 22:30:54 -04:00
committed by GitHub
parent c5936b0841
commit cbf7a7a057

View File

@@ -23,6 +23,10 @@ jobs:
with:
service_account_key: ${{ secrets.PROD_SPEC_CACHE_SA_KEY }}
export_default_credentials: true
- name: Install Java
uses: actions/setup-java@v1
with:
java-version: "17"
- name: Generate catalog
run: SUB_BUILD=PLATFORM ./gradlew :airbyte-config:init:processResources
- name: Upload catalog to GCS