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 1db805a commit f06b27bCopy full SHA for f06b27b
.buildkite/run_notice_check.sh
@@ -21,7 +21,7 @@ if is_pr && ! is_fork; then
21
echo 'New changes to NOTICE.txt:'
22
git --no-pager diff
23
24
- git status --porcelain | grep app/connectors/NOTICE.txt && git add app/connectors/NOTICE.txt
+ git status --porcelain | grep app/connectors_service/NOTICE.txt && git add app/connectors_service/NOTICE.txt
25
git status --porcelain | grep lib/connectors_sdk/NOTICE.txt && git add lib/connectors_sdk/NOTICE.txt
26
git commit -m "Update NOTICE.txt"
27
git push
0 commit comments