From 96eb6308c20aa6ba035b5eb38b5b03a70f787813 Mon Sep 17 00:00:00 2001 From: Radoslaw Wicik Date: Tue, 15 Jun 2021 11:45:28 +0200 Subject: [PATCH] [EGD-5689] Add clang tidy to jenkins Remove check form init scripts --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f0fef3fd459181d36997c02b531a83452733f483..b78dc46641c5a3b40b114a46c000e00366da9f21 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,11 +74,6 @@ popd''' sh '''#!/bin/bash -e pushd ${WORKSPACE} ./config/style_check_hook.sh --last -popd''' - echo "Clang Tidy check" - sh '''#!/bin/bash -e -pushd ${WORKSPACE} -./config/clang_check.sh popd''' } }