diff --git a/.gitlab-ci/check_devices_in_wiki.py b/.gitlab-ci/check_devices_in_wiki.py index 2c272c086..d260135ea 100755 --- a/.gitlab-ci/check_devices_in_wiki.py +++ b/.gitlab-ci/check_devices_in_wiki.py @@ -92,8 +92,7 @@ def main(): print("Now it's time to add some documentation:") print("1) Create a device specific wiki page as described here:") print(" ") - print("2) Add your device to the overview matrix:") - print(" ") + print("2) Set 'booting = yes' in the infobox of your device page.") print("3) Run these tests again with an empty commit in your MR:") print(" $ git commit --allow-empty -m 'run tests again'") print("")