Skip to content

Commit

Permalink
fix: rename variable after typo (elastic#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Sep 29, 2020
1 parent 2c44ba2 commit 7cb55dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ def doSlackSend(String color) {
buildStatus = "Passed"
}

def testSuites = "${params.runTestsSuites}"
if (testSuites == "") {
def testsSuites = "${params.runTestsSuites}"
if (testsSuites == "") {
testsSuites = "All suites"
}

Expand Down

0 comments on commit 7cb55dd

Please sign in to comment.