Skip to content

Commit

Permalink
Merge pull request OSGeo#10802 from dbaston/ci-rtd-ci-skip
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 authored Sep 15, 2024
2 parents 1c6e3cb + 161b159 commit 07dae65
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:
- ./doc/rtd/pre_build.sh
- cd doc && make doxygen generated_rst_files
Expand Down

0 comments on commit 07dae65

Please sign in to comment.