Skip to content

Commit

Permalink
Remove kubectl_check from install_cli_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Aug 2, 2023
1 parent 4df3e28 commit 34f635a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ go_imports: ## Group imports using rinchsan/gosimports
go_fmt: ## Format all the .go files in the project in place.
gofmt -w -s .

# TODO(kdas): add `rsync_check` as a validation in `install_cli_deps`; https://github.com/pokt-network/pocket/assets/1892194/a7a24a11-f54d-46e2-a73e-9e8ea7d06726
# TODO(kdas): add `rsync_check` and `kubectl_check` as a validation in `install_cli_deps`; https://github.com/pokt-network/pocket/assets/1892194/a7a24a11-f54d-46e2-a73e-9e8ea7d06726

.PHONY: install_cli_deps
install_cli_deps: kubectl_check docker_check ## Installs `helm`, `tilt` and the underlying `ci_deps`
install_cli_deps: docker_check ## Installs `helm`, `tilt` and the underlying `ci_deps`
make install_ci_deps
curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
Expand Down

0 comments on commit 34f635a

Please sign in to comment.