We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ed845 commit 749706bCopy full SHA for 749706b
Makefile
@@ -21,7 +21,7 @@ SHELL := /bin/bash
21
# Cortex
22
23
devstart:
24
- @./dev/operator_local.sh || true
+ @kill $(shell pgrep -f rerun); ./dev/operator_local.sh || true
25
26
killdev:
27
@kill $(shell pgrep -f rerun)
0 commit comments