Merge pull request #2077 from aluzzardi/ci-fix-cue-lint
ci: cue linter: include all CUE files
This commit is contained in:
commit
419b8adec2
@ -39,7 +39,7 @@ import (
|
||||
// CACHE: copy only *.cue files
|
||||
docker.#Copy & {
|
||||
contents: source
|
||||
include: ["*.cue"]
|
||||
include: ["*.cue", "**/*.cue"]
|
||||
dest: "/cue"
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user