Skip to content
Snippets Groups Projects
Commit 173643fe authored by Minecrell's avatar Minecrell
Browse files

CI: skip all dot folders for now

At the moment we assume that all files except in /.* belong to
a package. Now that .shared-patches was moved to device/.shared-patches
that does not work correctly anymore.

This method should really check to which package the files belong
(e.g. walk up directories until it finds an APKBUILD) instead of
assuming they are directly in the same directory as the APKBUILD.

For now just ignore **/.* (i.e. all files in dot folders),
to unblock the MR since it's a critical fix.
parent acc894cb
No related branches found
No related tags found
No related merge requests found
Pipeline #191340 canceled
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment