Skip to content

Commit

Permalink
split gradle setup and plugin assembly
Browse files Browse the repository at this point in the history
Signed-off-by: Aki Abramowski <[email protected]>
  • Loading branch information
abraakie committed Apr 23, 2024
1 parent 77be1d9 commit 66bb9df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
- name: Checkout Branch
uses: actions/checkout@v4
- name: Assemble target plugin
- name: Set up gradle
uses: gradle/actions/setup-gradle@v3
with:
cache-disabled: false
arguments: assemble
- name: Assemble target plugin
run: ./gradlew assemble
- name: Prepare Security Plugin
run: mv ./build/distributions/opensearch-security-*.zip ./benchmark/docker/
- name: Build Docker Image
Expand Down

0 comments on commit 66bb9df

Please sign in to comment.