mirror of https://github.com/KLayout/klayout.git
Fixed Jenkinsfile (correct spelling of library function).
This commit is contained in:
parent
ac2271b9d7
commit
cef5a416e9
|
|
@ -49,7 +49,7 @@ node("master") {
|
||||||
|
|
||||||
withDockerContainer(image: "jenkins-${target}-basic") {
|
withDockerContainer(image: "jenkins-${target}-basic") {
|
||||||
// from shared library
|
// from shared library
|
||||||
installtest_nopymod(target, target_dir)
|
installtest_nopython(target, target_dir)
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue