Commit 800ece4
committed
fix(ci): skip slot symlinks in test-core Dockerfile discovery
The current/next/dev slot symlinks under docker/openemr/ were swept into
test-core.yml's matrix discovery, adding redundant Production Docker
(current|next|dev) jobs that rebuilt the same images. The dev slot
(master) then tripped the upstream RootCliGuard check, reddening CI.
Skip symlinked dirs during discovery so only the real version dirs form
the matrix.
Assisted-by: Claude Code1 parent cf81a6b commit 800ece4
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | | - | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
0 commit comments