Skip to content

Commit

Permalink
Remove revision parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 5, 2024
1 parent f6ba7e9 commit c6c7de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c6c7de5

Please sign in to comment.