Skip to content

Commit

Permalink
Merge pull request #4249 from rouault/rtd_long_line
Browse files Browse the repository at this point in the history
CI: Fix ReadTheDocs test for [ci skip] with multiline commit messages
  • Loading branch information
rouault committed Sep 16, 2024
2 parents 1e2c773 + b7178fa commit 551471f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:

jobs:
post_checkout:
- (git --no-pager log --pretty="tformat:%s -- %b" -1 | grep -viqP "skip ci|ci skip") || exit 183
- (git --no-pager log --pretty="tformat:%s -- %b" -1 | paste -s -d " " | grep -viqP "skip ci|ci skip") || exit 183
pre_build:
- ./docs/rtd/pre_build.sh
- ./scripts/doxygen.sh
Expand Down

0 comments on commit 551471f

Please sign in to comment.