From 923228038afd76cabcef6271b3db2a2060b2a1df Mon Sep 17 00:00:00 2001 From: 1788594346 <13290132+wu-shifang@user.noreply.gitee.com> Date: Mon, 16 Oct 2023 18:05:55 +0800 Subject: [PATCH] ci: fix a bug in check stage Signed-off-by: 1788594346 <13290132+wu-shifang@user.noreply.gitee.com> --- ci/.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/.jenkinsfile b/ci/.jenkinsfile index 3dd8dcf2..1cd5fbab 100644 --- a/ci/.jenkinsfile +++ b/ci/.jenkinsfile @@ -184,7 +184,7 @@ pipeline { #!/bin/sh cd $WORKSPACE git format-patch HEAD~1 - ./support/scripts/checkpatch.pl ./000* --no-signoff + ./support/scripts/checkpatch.uk ./000* --no-signoff ''', returnStatus: true) if (result == 0) { sucNum++ -- Gitee