mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:59:12 +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) {
|
} catch(e) {
|
||||||
currentBuild.result = "UNSTABLE"
|
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