Skip to content

Commit

Permalink
Fix braces
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuchita Khare committed Feb 22, 2024
1 parent 154e181 commit 0a5a0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ pipeline {
// build everything
withVenv {
withTools(params.TOOLS_VERSION) {
sh "build_hil_tests.sh"
}
sh "build_hil_tests.sh"
}
}
}
Expand All @@ -70,3 +69,4 @@ pipeline {
}
} // stages
}

0 comments on commit 0a5a0c2

Please sign in to comment.