Skip to content

Commit

Permalink
format patch: patches/fix-run-docker.1.23.patch
Browse files Browse the repository at this point in the history
Signed-off-by: Paco Xu <[email protected]>
  • Loading branch information
pacoxu committed Jun 22, 2022
1 parent 46ad973 commit 4fa1465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/fix-run-docker.1.23.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Subject: [PATCH 1/2] Run docker as root in tests
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/common.sh b/build/common.sh
index bd4676b8b1b..001b287b350 100755
index ff091090b57..4524083fa8c 100755
--- a/build/common.sh
+++ b/build/common.sh
@@ -490,7 +490,7 @@ function kube::build::run_build_command_ex() {
Expand All @@ -31,7 +31,7 @@ Subject: [PATCH 2/2] Run docker with device kmsg
1 file changed, 1 insertion(+)

diff --git a/build/common.sh b/build/common.sh
index 001b287b350..927db03e3a3 100755
index 4524083fa8c..8fcb0410736 100755
--- a/build/common.sh
+++ b/build/common.sh
@@ -492,6 +492,7 @@ function kube::build::run_build_command_ex() {
Expand Down

0 comments on commit 4fa1465

Please sign in to comment.