From 12ae24f950eb36a2fcc6761c15954efa22414c9a Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Sat, 4 Mar 2023 13:01:08 +0100 Subject: [PATCH] Disable unrelated dependency --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 89db5d3..2dc3eb9 100644 --- a/Makefile +++ b/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)