We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b26cac commit f7b28ceCopy full SHA for f7b28ce
cluster/pulumi/local.mk
@@ -3,7 +3,7 @@
3
4
dir := $(call current_dir)
5
6
-include cluster/deployment/local.mk
+include $(shell dirname $(dir))/deployment/local.mk
7
8
.PHONY: $(dir)/build
9
$(dir)/build: $(dir)/.build
0 commit comments