Skip to content

Commit 6914ca3

Browse files
author
Jiri Benc
committed
gitlab-ci: fix message about files generated from owners.yaml
Crystal Wood pointed out that the current message about RHMAINTAINERS and CODEOWNERS not matching owners.yaml is misleading. You need to first build the tools before you can run them. The documentation correctly says that you should run `make`. Update the error message. Signed-off-by: Jiri Benc <jbenc@redhat.com>
1 parent e75b18b commit 6914ca3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ check:
149149
echo ' have not been regenerated and checked in this commit.'
150150
echo ''
151151
echo ' Please run the following command before committing:'
152-
echo ' ./scripts/yaml2CODEOWNERS info/owners.yaml > info/CODEOWNERS'
153-
echo ' ./scripts/yaml2RHMAINTAINERS info/owners.yaml > info/RHMAINTAINERS'
152+
echo ' make'
154153
echo ''
155154
echo '-----------------------------------------------------------------'
156155
exit 1

0 commit comments

Comments
 (0)