mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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
1 changed files with 0 additions and 10 deletions
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…
Add table
Add a link
Reference in a new issue