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 d5dbab1 commit 071c1bbCopy full SHA for 071c1bb
scripts/build_utils.sh
@@ -1831,7 +1831,7 @@ src/script/build-with-container.py'
1831
#
1832
# return the pattern string of all lines matching the given codeowner
1833
patterns_for_codeowner() {
1834
- grep -w "$1" "$WORKSPACE/ceph/.github/CODEOWNERS" | cut -f 1 -d " "
+ grep -w "$1" .github/CODEOWNERS | cut -f 1 -d " "
1835
}
1836
1837
# return success (0) if the pr changes filenames that match the given codeowner
0 commit comments