Skip to content

Commit

Permalink
Fix run-operator and run-dsn rules
Browse files Browse the repository at this point in the history
  • Loading branch information
matsakiv committed Jan 17, 2024
1 parent d7453ff commit 5ec42ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ run-operator:
$(MAKE) build-operator
$(MAKE) image-operator OCTEZ_TAG=$(OCTEZ_TAG) OCTEZ_PROTO=$(OCTEZ_PROTO)
docker stop dsn-operator || true
docker volume rm dsn-operator
docker volume rm dsn-operator || true
docker run --rm -it \
--name dsn-operator \
--entrypoint=/bin/sh \
Expand All @@ -72,6 +72,7 @@ run-sequencer:

run-dsn:
rm -rf ./db
cargo build --bin launcher
./target/debug/launcher --id 1 --log-level 2 &
./target/debug/launcher --id 2 --log-level 0 &
./target/debug/launcher --id 3 --log-level 0 &
Expand Down

0 comments on commit 5ec42ea

Please sign in to comment.