Skip to content

Commit

Permalink
stupid shell escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 16, 2024
1 parent ffb3bc4 commit 0545d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
}
stage('Docs') {
steps {
sh 'cargo +nightly doc --all-features --config 'build.rustdocflags=["--cfg", "docs_rs"]'
sh 'cargo +nightly doc --all-features --config \'build.rustdocflags=["--cfg", "docs_rs"]\''
}
}
stage('Check') {
Expand Down

0 comments on commit 0545d26

Please sign in to comment.