Skip to content

Commit

Permalink
Use sh syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Dec 4, 2024
1 parent c9dbe5f commit 73d81ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
path: ${{ inputs.PACKAGING_DIR }}/packaging
- name: Examine repo
# yamllint disable rule:line-length
run: set -x; git status; git diff; ${{ inputs.NAME == 'daos' && rm -rf packaging/ || true }}; git status
run: set -x; git status; git diff; [ "${{ inputs.NAME }}" = "daos" ]] && rm -rf packaging/ || true; git status
- name: Import commit pragmas
uses: daos-stack/action-import-commit-pragmas@v1
with:
Expand Down

0 comments on commit 73d81ca

Please sign in to comment.