Skip to content

Commit 6437d40

Browse files
committed
Remove cortex-up-dev make command
1 parent 52ceae3 commit 6437d40

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ cortex-up:
3535
@./cortex.sh -c=./dev/config/cortex.sh install
3636
@$(MAKE) kubectl
3737

38-
cortex-up-dev:
39-
@$(MAKE) cortex-up
40-
@$(MAKE) operator-stop
41-
4238
cortex-down:
4339
@$(MAKE) manager-local
4440
@kill $(shell pgrep -f rerun) >/dev/null 2>&1 || true

0 commit comments

Comments
 (0)