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 4fac579 commit a6302caCopy full SHA for a6302ca
.buildkite/scripts/build_pr.sh
@@ -68,7 +68,7 @@ if [[ "${GITHUB_PR_BASE_REPO}" != 'docs' ]]; then
68
# test glob
69
"ecs-logging")
70
git fetch origin "$GITHUB_PR_TARGET_BRANCH"
71
- docs_diff=$(git diff --stat "origin/$GITHUB_PR_TARGET_BRANCH"...HEAD -- ./docs/**/*.asciidoc)
+ docs_diff=$(git diff --stat "origin/$GITHUB_PR_TARGET_BRANCH"...HEAD -- "*/*.asciidoc")
72
;;
73
74
# repositories with a docs dir
0 commit comments