Skip to content

Commit

Permalink
Suppress error from cleaning nonexistent image
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotliu committed Jul 3, 2024
1 parent 0917f5e commit aec171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ clean_firmware:
rm -f firmware/*.uf2

clean_image:
$(DOCKER) image rm zmk docker.io/zmkfirmware/zmk-build-arm:stable
$(DOCKER) image rm zmk docker.io/zmkfirmware/zmk-build-arm:stable 2> /dev/null || true

clean: clean_firmware clean_image

0 comments on commit aec171f

Please sign in to comment.