We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f1d5f commit 156e3b0Copy full SHA for 156e3b0
capi-lab/Makefile
@@ -8,7 +8,7 @@ up: bake deploy-capi
8
9
.PHONY: bake
10
bake:
11
- make -C mini-lab up MINI_LAB_FLAVOR=capms ANSIBLE_EXTRA_VARS_FILE=../mini-lab-overrides/extra-vars.yaml
+ cd mini-lab && make up MINI_LAB_FLAVOR=capms ANSIBLE_EXTRA_VARS_FILE=../mini-lab-overrides/extra-vars.yaml
12
13
.PHONY: deploy-capi
14
deploy-capi:
0 commit comments