mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Fixed indent
This commit is contained in:
parent
d75c9e78dd
commit
857c0753e2
1 changed files with 5 additions and 6 deletions
|
@ -45,12 +45,11 @@ def buildTestSteps(String kubeconfig) {
|
||||||
def buildCleanupSteps(String kubeconfig) {
|
def buildCleanupSteps(String kubeconfig) {
|
||||||
return {
|
return {
|
||||||
timestamps {
|
timestamps {
|
||||||
withEnv([
|
withEnv([
|
||||||
"KUBECONFIG=${kubeConfigRoot}/${kubeconfig}",
|
"KUBECONFIG=${kubeConfigRoot}/${kubeconfig}",
|
||||||
"TESTNAMESPACE=${params.TESTNAMESPACE}-${env.GIT_COMMIT}",
|
"TESTNAMESPACE=${params.TESTNAMESPACE}-${env.GIT_COMMIT}",
|
||||||
]) {
|
]) {
|
||||||
sh "make cleanup-tests"
|
sh "make cleanup-tests"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue