Skip to content

Commit 5dc00f1

Browse files
rishabh6788vinaykpud
authored andcommitted
add alpha1 qualifier to assemble command in benchmark workflow (opensearch-project#17481)
Signed-off-by: Rishabh Singh <[email protected]> Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
1 parent 2573335 commit 5dc00f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
distribution: 'temurin'
148148
- name: Build and Assemble OpenSearch from PR
149149
run: |
150-
./gradlew :distribution:archives:linux-tar:assemble -Dbuild.snapshot=false
150+
./gradlew :distribution:archives:linux-tar:assemble -Dbuild.snapshot=false -Dbuild.version_qualifier=alpha1
151151
- name: Configure AWS credentials
152152
uses: aws-actions/configure-aws-credentials@v4
153153
with:

0 commit comments

Comments
 (0)