Skip to content

Commit f06b27b

Browse files
committed
Restore notice
1 parent 1db805a commit f06b27b

File tree

2 files changed

+2354
-8623
lines changed

2 files changed

+2354
-8623
lines changed

.buildkite/run_notice_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if is_pr && ! is_fork; then
2121
echo 'New changes to NOTICE.txt:'
2222
git --no-pager diff
2323

24-
git status --porcelain | grep app/connectors/NOTICE.txt && git add app/connectors/NOTICE.txt
24+
git status --porcelain | grep app/connectors_service/NOTICE.txt && git add app/connectors_service/NOTICE.txt
2525
git status --porcelain | grep lib/connectors_sdk/NOTICE.txt && git add lib/connectors_sdk/NOTICE.txt
2626
git commit -m "Update NOTICE.txt"
2727
git push

0 commit comments

Comments
 (0)