From 176dad59b4a7f59d15fd2ded009b57d66544d3c8 Mon Sep 17 00:00:00 2001 From: Theo Truong Date: Tue, 20 Aug 2024 10:09:24 -0600 Subject: [PATCH] # Signed-off-by: Theo Truong --- .github/workflows/integration-unreleased.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/integration-unreleased.yml b/.github/workflows/integration-unreleased.yml index 11734b597..f6e0f78c1 100644 --- a/.github/workflows/integration-unreleased.yml +++ b/.github/workflows/integration-unreleased.yml @@ -46,9 +46,7 @@ jobs: - name: Assemble OpenSearch if: steps.cache-restore.outputs.cache-hit != 'true' working-directory: opensearch - run: | - ./gradlew wrapper --gradle-version=8.9 - ./gradlew :distribution:archives:linux-tar:assemble --gradle-version=8.9 + run: ./gradlew :distribution:archives:linux-tar:assemble --gradle-version=8.9 - name: Save cached build if: steps.cache-restore.outputs.cache-hit != 'true'