Commit 3cadf35
committed
ci(make): drop duplicate container-health-check and test-docker recipes
Both targets were defined twice — once in deploy.mk and once in the
file that ended up winning (Makefile for container-health-check,
dev.mk for test-docker). Make printed the override warnings on every
invocation:
deploy.mk:27: warning: overriding commands for target `test-docker'
dev.mk:94: warning: ignoring old commands for target `test-docker'
Makefile:64: warning: overriding commands for target `container-health-check'
deploy.mk:24: warning: ignoring old commands for target `container-health-check'
The deploy.mk versions were the older / overridden copies. Drop them
and leave a comment explaining where each canonical recipe lives.1 parent 3498f73 commit 3cadf35
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
0 commit comments