Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ep-tpstevens committed Oct 3, 2024
1 parent e537587 commit d0a6dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pipeline {

stage('Test') {
steps {
runShellCommand(sh "ninja -C build/ test")
runShellCommand("ninja -C build/ test")
}
}
stage('Debian build') {
Expand Down Expand Up @@ -132,7 +132,7 @@ pipeline {

stage('Test') {
steps {
runShellCommand(sh "ninja -C build/ test")
runShellCommand("ninja -C build/ test")
}
}
stage('Debian build') {
Expand Down

0 comments on commit d0a6dd0

Please sign in to comment.