mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 00:20:24 +08:00
Fix the path to run-unittests.sh in .cico-pr.pipeline
This commit is contained in:
@@ -65,8 +65,8 @@ node('factory2'){
|
||||
|
||||
stage('Run Test Suites') {
|
||||
timeout(20) {
|
||||
onmyduffynode 'contrib/run-unittests.sh'
|
||||
onmyduffynode 'contrib/run-unittests.sh --py3'
|
||||
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh'
|
||||
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user