-
-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
See #232 (comment)
This seems to have broken recursive globs like the following:
https://github.com/cdr/code-server/blob/1826399cd230acc1f62556a5af7bba9c25a03a25/ci/build/nfpm.yaml#L19
./release-standalone/**/*: "/usr/lib/code-server/"
Only files two levels below the top level are copied now whereas before all files were.
Caused a regression in code-server as nfpm wouldn't include the files in./release-standalone/*
but only./release-standalone/*/**/*
. i.e only files in subdirectories of the top level.
See coder/code-server#2310
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working