From 05c2349411e84a2b0883412968f3733708c79f9e Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 18 Oct 2018 17:15:28 +0200 Subject: No longer run setting visibility script It no longer exists. Contributes to issue CURA-5734. --- Jenkinsfile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 274e383ffa..1cb2eea877 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,16 +23,6 @@ parallel_nodes(['linux && cura', 'windows && cura']) { } catch(e) { currentBuild.result = "UNSTABLE" } - - // Check setting visibilities - try { - sh """ - echo 'Check for duplicate shortcut keys in all translation files.' - ${env.CURA_ENVIRONMENT_PATH}/master/bin/python3 scripts/check_setting_visibility.py - """ - } catch(e) { - currentBuild.result = "UNSTABLE" - } } } -- cgit v1.2.3