Skip to content

Commit

Permalink
feat(docker): Don't remove image between runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Mar 12, 2024
1 parent d01c442 commit 3808af8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ format_diff() {
local_format="$(docker run \
--volume "$(pwd)":"$(pwd)" \
--workdir "$(pwd)" \
--rm \
ghcr.io/jidicula/clang-format:"$CLANG_FORMAT_MAJOR_VERSION" \
--dry-run \
--Werror \
Expand All @@ -35,7 +34,6 @@ format_diff() {
formatted="$(docker run \
--volume "$(pwd)":"$(pwd)" \
--workdir "$(pwd)" \
--rm \
ghcr.io/jidicula/clang-format:"$CLANG_FORMAT_MAJOR_VERSION" \
--style=file \
--fallback-style="$FALLBACK_STYLE" \
Expand Down

0 comments on commit 3808af8

Please sign in to comment.