From c6c7de53cf7516875cde5a010d9cbe7f77ec0108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Tue, 5 Mar 2024 19:39:18 +0100 Subject: [PATCH] Remove revision parameter --- .github/workflows/r_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/r_build.yml b/.github/workflows/r_build.yml index 4c430ce113ad6..1a5f4c6de83db 100644 --- a/.github/workflows/r_build.yml +++ b/.github/workflows/r_build.yml @@ -15,7 +15,7 @@ on: default: "x64" required: true type: string - revision: + revision: # TODO remove if it works description: "Any string or number used to extend the package's identifier." type: string required: true @@ -44,7 +44,7 @@ jobs: - name: Run `build.sh` run: | - bash scripts/build.sh -v ${{ vars.OPENSEARCH_VERSION }} -s false -p linux -a ${{ inputs.architecture }} -d ${{ inputs.distribution }} -r ${{ inputs.revision }} + bash scripts/build.sh -v ${{ vars.OPENSEARCH_VERSION }} -s false -p linux -a ${{ inputs.architecture }} -d ${{ inputs.distribution }} # The package's name is stored in artifacts/artifact_min_name.txt. - name: Set package name