No longer run setting visibility script

It no longer exists.

Contributes to issue CURA-5734.
This commit is contained in:
Ghostkeeper 2018-10-18 17:15:28 +02:00
parent 3888d79b34
commit 05c2349411
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

10
Jenkinsfile vendored
View file

@ -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"
}
}
}