Skip to content

Commit a0ecbd9

Browse files
Clean up Makefile by removing commented provisioners
Removed commented lines for unused provisioners in Makefile. Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
1 parent 656d8e6 commit a0ecbd9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

samples/aks-store-demo/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,14 @@ help:
1515
score-compose init \
1616
--no-sample \
1717
--provisioners https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/service/score-compose/10-service.provisioners.yaml
18-
#--provisioners https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/llm-model/score-compose/10-dmr-llm-model.provisioners.yaml
1918

2019
compose.yaml: order/score.yaml product/score.yaml store-front/score.yaml store-admin/score.yaml makeline/score.yaml .score-compose/state.yaml Makefile
2120
score-compose generate \
2221
order/score.yaml \
23-
#ai/score.yaml \
24-
product/score-ai.yaml \
2522
product/score.yaml \
2623
store-front/score.yaml \
2724
store-admin/score.yaml \
2825
makeline/score.yaml
29-
cat compose.yaml
3026

3127
## Generate a compose.yaml file from the score specs and launch it.
3228
.PHONY: compose-up

0 commit comments

Comments
 (0)