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:
4
.github/workflows/deploy-oss-catalog.yml
vendored
4
.github/workflows/deploy-oss-catalog.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user