Skip to content

Commit a6302ca

Browse files
try wrapping in quotes
1 parent 4fac579 commit a6302ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/build_pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if [[ "${GITHUB_PR_BASE_REPO}" != 'docs' ]]; then
6868
# test glob
6969
"ecs-logging")
7070
git fetch origin "$GITHUB_PR_TARGET_BRANCH"
71-
docs_diff=$(git diff --stat "origin/$GITHUB_PR_TARGET_BRANCH"...HEAD -- ./docs/**/*.asciidoc)
71+
docs_diff=$(git diff --stat "origin/$GITHUB_PR_TARGET_BRANCH"...HEAD -- "*/*.asciidoc")
7272
;;
7373

7474
# repositories with a docs dir

0 commit comments

Comments
 (0)