Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Oct 30, 2019
1 parent f63b83d commit 63afa21
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,13 @@ def buildXpack() {
}

def runErrorReporter() {
bash("""
source src/dev/ci_setup/setup_env.sh
node scripts/report_failed_tests
""", "Report failed tests, if necessary"
bash(
"""
source src/dev/ci_setup/setup_env.sh
node scripts/report_failed_tests
""",
"Report failed tests, if necessary"
)
}

return this

0 comments on commit 63afa21

Please sign in to comment.