Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix makefile vendoring
  • Loading branch information
Logiraptor committed Mar 31, 2022
commit 09c199965c5ad31e84bf9975e0f6c4cbf1b0ee79
6 changes: 2 additions & 4 deletions enterprise-metrics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ vendor: jsonnetfile.json jsonnetfile.lock.json

test/vendor: ## Vendor the test Jsonnet libraries.
test/vendor: test/jsonnetfile.json test/jsonnetfile.lock.json
cd test
jb install
cd test; jb install

.PHONY: test
test: ## Run library tests.
Expand All @@ -36,8 +35,7 @@ environments/minio/jsonnetfile.json: environments/minio/jsonnetfile.jsonnet json

environments/minio/vendor: ## Vendor environment dependencies.
environments/minio/vendor: environments/minio/jsonnetfile.json
cd $(@D)
jb install
cd $(@D); jb install

.PHONY: local-test
local-test: ## Deploy GEM to a local k3d cluster. Tear down with ./scripts/k3d-cluster delete.
Expand Down