Skip to content

Commit e523c22

Browse files
committed
fix: remove description-file refs from nexus samples that lack the file
nexuscancellation, nexuscontextpropagation, and nexusmultipleargs were referencing ./src/main/java/io/temporal/samples/nexus/service/description.md which only exists in the nexus sample directory.
1 parent 726debd commit e523c22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

temporal-sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ samples:
4646
commands:
4747
- cmd: "temporal operator namespace create --namespace my-target-namespace"
4848
- cmd: "temporal operator namespace create --namespace my-caller-namespace"
49-
- cmd: "temporal operator nexus endpoint create --name my-nexus-endpoint-name --target-namespace my-target-namespace --target-task-queue my-handler-task-queue --description-file ./src/main/java/io/temporal/samples/nexus/service/description.md"
49+
- cmd: "temporal operator nexus endpoint create --name my-nexus-endpoint-name --target-namespace my-target-namespace --target-task-queue my-handler-task-queue"
5050
- cmd: "./gradlew -q execute -PmainClass=io.temporal.samples.nexuscancellation.handler.HandlerWorker --args=\"-target-host localhost:7233 -namespace my-target-namespace\""
5151
- cmd: "./gradlew -q execute -PmainClass=io.temporal.samples.nexuscancellation.caller.CallerWorker --args=\"-target-host localhost:7233 -namespace my-caller-namespace\""
5252
new_terminal: true
@@ -59,7 +59,7 @@ samples:
5959
commands:
6060
- cmd: "temporal operator namespace create --namespace my-target-namespace"
6161
- cmd: "temporal operator namespace create --namespace my-caller-namespace"
62-
- cmd: "temporal operator nexus endpoint create --name my-nexus-endpoint-name --target-namespace my-target-namespace --target-task-queue my-handler-task-queue --description-file ./src/main/java/io/temporal/samples/nexus/service/description.md"
62+
- cmd: "temporal operator nexus endpoint create --name my-nexus-endpoint-name --target-namespace my-target-namespace --target-task-queue my-handler-task-queue"
6363
- cmd: "./gradlew -q execute -PmainClass=io.temporal.samples.nexuscontextpropagation.handler.HandlerWorker --args=\"-target-host localhost:7233 -namespace my-target-namespace\""
6464
- cmd: "./gradlew -q execute -PmainClass=io.temporal.samples.nexuscontextpropagation.caller.CallerWorker --args=\"-target-host localhost:7233 -namespace my-caller-namespace\""
6565
new_terminal: true
@@ -72,7 +72,7 @@ samples:
7272
commands:
7373
- cmd: "temporal operator namespace create --namespace my-target-namespace"
7474
- cmd: "temporal operator namespace create --namespace my-caller-namespace"
75-
- cmd: "temporal operator nexus endpoint create --name my-nexus-endpoint-name --target-namespace my-target-namespace --target-task-queue my-handler-task-queue --description-file ./src/main/java/io/temporal/samples/nexus/service/description.md"
75+
- cmd: "temporal operator nexus endpoint create --name my-nexus-endpoint-name --target-namespace my-target-namespace --target-task-queue my-handler-task-queue"
7676
- cmd: "./gradlew -q execute -PmainClass=io.temporal.samples.nexusmultipleargs.handler.HandlerWorker --args=\"-target-host localhost:7233 -namespace my-target-namespace\""
7777
- cmd: "./gradlew -q execute -PmainClass=io.temporal.samples.nexusmultipleargs.caller.CallerWorker --args=\"-target-host localhost:7233 -namespace my-caller-namespace\""
7878
new_terminal: true

0 commit comments

Comments
 (0)