We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5eaf5d commit c5004d3Copy full SHA for c5004d3
docs/user/build-customization.rst
@@ -183,7 +183,7 @@ This other example shows how to cancel a build if the commit message contains ``
183
post_checkout:
184
# Use `git log` to check if the latest commit contains "skip ci",
185
# in that case exit the command with 183 to cancel the build
186
- - (git --no-pager log --pretty="tformat:%s -- %b" -1 | grep -viq "skip ci") || exit 183
+ - (git --no-pager log --pretty="tformat:%s -- %b" -1 | paste -s -d " " | grep -viq "skip ci") || exit 183
187
188
189
Generate documentation from annotated sources with Doxygen
0 commit comments