]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - .gitlab-ci.yml.in
package/attr: fix install
[coffee/buildroot.git] / .gitlab-ci.yml.in
index bffcb02be1ef3ca0b25503663f281de1dbf7efb9..fb2650c5ceee1711e32f549666782a0846c84fff 100644 (file)
@@ -43,7 +43,8 @@ check-flake8:
 
 check-package:
     script:
-        - find . -type f \( -name '*.mk' -o -name '*.hash' \) -exec ./utils/check-package {} +
+        - find . -type f \( -name '*.mk' -o -name '*.hash' -o -name 'Config.*' \)
+            -exec ./utils/check-package {} +
 
 .defconfig: &defconfig
     # Running the defconfigs for every push is too much, so limit to