This commit is contained in:
parent
b94b7a2916
commit
12ae24f950
6
Makefile
6
Makefile
@ -81,7 +81,7 @@ deps-osc:
|
||||
hack/ensure-packer.sh
|
||||
hack/ensure-goss.sh
|
||||
packer plugins install github.com/outscale/outscale
|
||||
|
||||
|
||||
.PHONY: deps-gce
|
||||
deps-gce: ## Installs/checks dependencies for GCE builds
|
||||
deps-gce:
|
||||
@ -93,7 +93,7 @@ deps-gce:
|
||||
deps-ova: ## Installs/checks dependencies for OVA builds
|
||||
deps-ova:
|
||||
hack/ensure-ansible.sh
|
||||
hack/ensure-ansible-windows.sh
|
||||
: hack/ensure-ansible-windows.sh
|
||||
hack/ensure-packer.sh
|
||||
hack/ensure-goss.sh
|
||||
hack/ensure-ovftool.sh
|
||||
@ -494,7 +494,7 @@ $(OCI_VALIDATE_TARGETS): deps-oci
|
||||
packer validate $(PACKER_NODE_FLAGS) -var-file="$(abspath packer/oci/$(subst validate-oci-,,$@).json)" $(ABSOLUTE_PACKER_VAR_FILES) packer/oci/packer.json
|
||||
|
||||
.PHONY: $(OSC_BUILD_TARGETS)
|
||||
$(OSC_BUILD_TARGETS): deps-osc
|
||||
$(OSC_BUILD_TARGETS): deps-osc
|
||||
packer build $(PACKER_NODE_FLAGS) -var-file="$(abspath packer/outscale/$(subst build-osc-,,$@).json)" $(ABSOLUTE_PACKER_VAR_FILES) packer/outscale/packer.json
|
||||
|
||||
.PHONY: $(OSC_VALIDATE_TARGETS)
|
||||
|
Loading…
Reference in New Issue
Block a user