Skip to content
Snippets Groups Projects
Unverified Commit 496bab92 authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

Merge pull request #1233 from sthaha/fix-make-manifests

Fix make manifests not building every time
parents baf0774e 86d8ed00
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ generate: manifests **.md ...@@ -28,7 +28,7 @@ generate: manifests **.md
**.md: $(EMBEDMD_BIN) $(shell find examples) build.sh example.jsonnet **.md: $(EMBEDMD_BIN) $(shell find examples) build.sh example.jsonnet
$(EMBEDMD_BIN) -w `find . -name "*.md" | grep -v vendor` $(EMBEDMD_BIN) -w `find . -name "*.md" | grep -v vendor`
manifests: examples/kustomize.jsonnet $(GOJSONTOYAML_BIN) vendor build.sh manifests: examples/kustomize.jsonnet $(GOJSONTOYAML_BIN) vendor
./build.sh $< ./build.sh $<
vendor: $(JB_BIN) jsonnetfile.json jsonnetfile.lock.json vendor: $(JB_BIN) jsonnetfile.json jsonnetfile.lock.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment