Commit c076a66 1 parent 0ac4db7 commit c076a66 Copy full SHA for c076a66
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ the release.
25
25
([ #1406 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1406 ) )
26
26
* [ CartService] - Add Host Detector
27
27
([ #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 ) )
28
30
29
31
## 1.8.0
30
32
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ start-odd:
158
158
159
159
.PHONY : stop
160
160
stop :
161
- docker compose down --remove-orphans --volumes
161
+ docker compose --profile tests --profile odd down --remove-orphans --volumes
162
162
@echo " "
163
163
@echo " OpenTelemetry Demo is stopped."
164
164
You can’t perform that action at this time.
0 commit comments