You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
All .yml files in subdirectories only are included.
Host information
NixOS
gitlab-ci-local 4.53.0
Containerd binary
Docker version 27.3.1, build v27.3.1
Additional context
Note the difference between:
# This matches all `.yml` files in `configs` and any subfolder in it.include: 'configs/**.yml'# This matches all `.yml` files only in subfolders of `configs`.include: 'configs/**/*.yml'
Minimal .gitlab-ci.yml illustrating the issue
Expected behavior
All .yml files in subdirectories only are included.
Host information
NixOS
gitlab-ci-local 4.53.0
Containerd binary
Docker version 27.3.1, build v27.3.1
Additional context
Note the difference between:
Source: https://docs.gitlab.com/ci/yaml/includes/#use-includelocal-with-wildcard-file-paths
The text was updated successfully, but these errors were encountered: