mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:38:59 +08:00
No longer run setting visibility script
It no longer exists. Contributes to issue CURA-5734.
This commit is contained in:
parent
3888d79b34
commit
05c2349411
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user