Skip to content

Commit 4bea99a

Browse files
committed
address comment.
Signed-off-by: Morven Cao <lcao@redhat.com>
1 parent db9f888 commit 4bea99a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ generate:
294294

295295
run: 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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

test/e2e/pkg/suite_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)