File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ generate:
294294
295295run : install
296296 maestro migration
297- maestro server
297+ maestro server --message-broker-type= $( MESSAGE_DRIVER_TYPE ) --message-broker-config-file=./secrets/ $( MESSAGE_DRIVER_TYPE ) .config
298298.PHONY : run
299299
300300# Run Swagger and host the api docs
Original file line number Diff line number Diff line change @@ -116,8 +116,7 @@ $ make run
116116
117117# OR run with Pub/Sub emulator
118118# First, ensure the Pub/Sub emulator is running and configured
119- $ ./maestro migration
120- $ ./maestro server --message-broker-type=pubsub --message-broker-config-file=./secrets/pubsub.config
119+ $ MESSAGE_DRIVER_TYPE=pubsub make run
121120```
122121
123122#### List the consumers
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ import (
1111 "testing"
1212 "time"
1313
14- "k8s.io/klog/v2"
15-
1614 . "github.com/onsi/ginkgo/v2"
1715 . "github.com/onsi/gomega"
1816 "github.com/openshift-online/ocm-sdk-go/logging"
You can’t perform that action at this time.
0 commit comments