Skip to content

Commit

Permalink
rm -f old firmware file in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dakhnod committed Jan 16, 2025
1 parent f4c943b commit d7a4a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: delete old firmware
run: rm /home/home/ram/nrf51822_xxac.hex
run: rm -f /home/home/ram/nrf51822_xxac.hex
- name: download firmware
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit d7a4a69

Please sign in to comment.