Skip to content

Commit

Permalink
Now see why not updating works
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 acdb42c commit c9dbe5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ jobs:
repository: daos-stack/packaging
path: ${{ inputs.PACKAGING_DIR }}/packaging
- name: Examine repo
run: git diff
# yamllint disable rule:line-length
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 c9dbe5f

Please sign in to comment.