build: update directive and prepare tasks to new structure.
This commit is contained in:
parent
17cee26dc0
commit
b614bdda36
8 changed files with 57 additions and 17 deletions
|
|
@ -66,7 +66,7 @@ func getRootBuild() *paths.Path {
|
|||
func getPackages() []string {
|
||||
files, err := PkgDir.ReadDirRecursiveFiltered(nil, paths.FilterOutDirectories())
|
||||
if err != nil {
|
||||
panic(err)
|
||||
return []string{}
|
||||
}
|
||||
packages := make([]string, 0, len(files))
|
||||
for _, file := range files {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue