Commit a05feb8
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 a05feb8
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 23 | | |
32 | 24 | | |
33 | 25 | | |
| |||
0 commit comments