mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Fix test stage
This commit is contained in:
parent
8a0765f0bc
commit
b9fc6db898
1 changed files with 7 additions and 9 deletions
|
@ -36,7 +36,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Test') {
|
||||
stage('Test with Direct') {
|
||||
steps {
|
||||
timestamps {
|
||||
lock("kubernetes-operator-tests") {
|
||||
|
@ -50,7 +49,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
failure {
|
||||
|
|
Loading…
Reference in a new issue