Skip to content

Commit f905534

Browse files
author
Jiri Benc
committed
Merge branch 'fix-msg' into 'main'
gitlab-ci: fix message about files generated from owners.yaml See merge request redhat/centos-stream/src/kernel/documentation!646
2 parents 08de1f2 + 6914ca3 commit f905534

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)