Verified Commit 4e30bd3b authored by Xueshan Feng's avatar Xueshan Feng
Browse files

removed drone and gloud requirement.

parent 636aaa29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ reload-scripts: ## cleanup and reload utility scripts

.PHONY: check-tools
check-tools: ## check if required tools are installed and accessible
	@for t in gcloud kubectl vault drone jq envsubst ; do \
	@for t in kubectl vault jq envsubst ; do \
		if ! type $$t > /dev/null 2>&1; then \
			echo ERROR: $$t command not found; \
		fi \