Better ephemeral workspace support with Codespaces
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
committed by
GitHub
parent
b65faa6a55
commit
6239bc017a
5
Makefile
5
Makefile
@@ -78,3 +78,8 @@ $(BIN_DIR):
|
||||
$(TOOLING): $(BIN_DIR)
|
||||
@echo Installing tools from scripts/tools.go
|
||||
@cd scripts && cat tools.go | grep _ | awk -F'"' '{print $$2}' | xargs -tI % go build -modfile=go.mod -o $(BIN_DIR) %
|
||||
|
||||
.PHONY: deploy
|
||||
deploy:
|
||||
./developer-workspace/codespaces/prepare-kind.sh
|
||||
./developer-workspace/common/deploy-kube-prometheus.sh
|
||||
|
||||
Reference in New Issue
Block a user