Skip to content

Commit

Permalink
revert Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Alexy Mantha <alexy@mantha.dev>
  • Loading branch information
alexymantha committed Apr 2, 2024
1 parent 65a3dfa commit bac1c98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,7 @@ start: test-tools-image

# Starts a local instance of ArgoCD
.PHONY: start-local
start-local: mod-vendor-local start-local-fast

# Starts a local instance of ArgoCD without vendoring dependencies
.PHONY: start-local-fast
start-local-fast: dep-ui-local cli-local
start-local: mod-vendor-local dep-ui-local cli-local
# check we can connect to Docker to start Redis
killall goreman || true
kubectl create ns argocd || true
Expand Down

0 comments on commit bac1c98

Please sign in to comment.