From 581e4776c93732c2c240e18a0e591737796f2493 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Thu, 28 Nov 2024 18:21:39 +0000 Subject: [PATCH] ci_: remove jenkins commit check (#6121) --- _assets/ci/Jenkinsfile.tests | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/_assets/ci/Jenkinsfile.tests b/_assets/ci/Jenkinsfile.tests index 1c486fb58..150695321 100644 --- a/_assets/ci/Jenkinsfile.tests +++ b/_assets/ci/Jenkinsfile.tests @@ -114,18 +114,6 @@ pipeline { } } } - stage('Commit') { - environment { - BASE_BRANCH = "${env.BASE_BRANCH}" - } - when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544 - expression { isPRJob() } - } - steps { script { - nix.shell('make commit-check', pure: false) - } } - } - stage('Lint') { steps { script { nix.shell('make lint', pure: true)