mirror of
https://github.com/Rudd-O/qubes-network-server.git
synced 2025-03-01 14:22:35 +01:00
Disable testing.
This commit is contained in:
parent
f0c6387fbf
commit
5fbf15dc4b
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -1,4 +1,11 @@
|
||||
// https://github.com/Rudd-O/shared-jenkins-libraries
|
||||
@Library('shared-jenkins-libraries@master') _
|
||||
|
||||
genericFedoraRPMPipeline()
|
||||
|
||||
def test_step() {
|
||||
return {
|
||||
println "Tests disabled"
|
||||
}
|
||||
}
|
||||
|
||||
genericFedoraRPMPipeline(null, null, null, null, test_step)
|
||||
|
Loading…
x
Reference in New Issue
Block a user