Skip to content

INFRA-427: Add a new deployment type to accommodate the new Ozone packaging #7

INFRA-427: Add a new deployment type to accommodate the new Ozone packaging

INFRA-427: Add a new deployment type to accommodate the new Ozone packaging #7

Workflow file for this run

name: Build
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- uses: actions/setup-node@v3
with:
node-version: 12
- name: Build OCD3
run: ./gradlew build