Skip to content

Commit cbf7a7a

Browse files
authored
fix: install java in oss catalog deploy action (#18887)
* fix: install java * temporary disable the branch check * revert the temporary thing
1 parent c5936b0 commit cbf7a7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-oss-catalog.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
with:
2424
service_account_key: ${{ secrets.PROD_SPEC_CACHE_SA_KEY }}
2525
export_default_credentials: true
26+
- name: Install Java
27+
uses: actions/setup-java@v1
28+
with:
29+
java-version: "17"
2630
- name: Generate catalog
2731
run: SUB_BUILD=PLATFORM ./gradlew :airbyte-config:init:processResources
2832
- name: Upload catalog to GCS

0 commit comments

Comments
 (0)