Skip to content

Commit c076a66

Browse files
[chore]: make stop target for all profiles (#1427)
* stop does all profiles Signed-off-by: Pierre Tessier <[email protected]> * stop does all profiles Signed-off-by: Pierre Tessier <[email protected]> * fix stop target Signed-off-by: Pierre Tessier <[email protected]> --------- Signed-off-by: Pierre Tessier <[email protected]> Co-authored-by: Austin Parker <[email protected]>
1 parent 0ac4db7 commit c076a66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ the release.
2525
([#1406](https://github.com/open-telemetry/opentelemetry-demo/pull/1406))
2626
* [CartService] - Add Host Detector
2727
([#1415](https://github.com/open-telemetry/opentelemetry-demo/pull/1415))
28+
* [chore] - add tests and odd profiles to make stop
29+
([#1427](https://github.com/open-telemetry/opentelemetry-demo/pull/1427))
2830

2931
## 1.8.0
3032

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ start-odd:
158158

159159
.PHONY: stop
160160
stop:
161-
docker compose down --remove-orphans --volumes
161+
docker compose --profile tests --profile odd down --remove-orphans --volumes
162162
@echo ""
163163
@echo "OpenTelemetry Demo is stopped."
164164

0 commit comments

Comments
 (0)