Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Aug 20, 2024
1 parent c9bbabd commit 176dad5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration-unreleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 176dad5

Please sign in to comment.