Skip to content

Commit 558df2e

Browse files
Add command to generate compose.yaml file
Added a command to concatenate score YAML files into compose.yaml. Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
1 parent db6f200 commit 558df2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/aks-store-demo/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ compose.yaml: order/score.yaml product/score-ai.yaml store-front/score.yaml stor
2525
store-front/score.yaml \
2626
store-admin/score.yaml \
2727
makeline/score.yaml
28+
cat compose.yaml
2829

2930
## Generate a compose.yaml file from the score specs and launch it.
3031
.PHONY: compose-up
@@ -101,4 +102,4 @@ k8s-down:
101102
kubectl delete \
102103
-f manifests.yaml \
103104
-n ${NAMESPACE}
104-
sleep 5
105+
sleep 5

0 commit comments

Comments
 (0)