Skip to content

Commit fc4f6db

Browse files
authored
Merge branch 'master' into kube-burner
2 parents d43a9a6 + f9c38ba commit fc4f6db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SYNCER_IMG_TAG ?= quay.io/cloud-bulldozer/dittybopper-syncer:latest
77
PLATFORM = linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
88

99
ifeq ($(filter v2,$(MAKECMDGOALS)),v2)
10-
# Set variables and instructions for v2
11-
TEMPLATES := $(wildcard $(TEMPLATESDIR)/**/*-v2.jsonnet)
10+
# Set variables and instructions for v2
11+
TEMPLATES := $(wildcard $(TEMPLATESDIR)/**/*-v2.jsonnet)
1212
LIBRARY_PATH := $(TEMPLATESDIR)/vendor
1313
JSONNET := https://github.com/cloud-bulldozer/utils/releases/download/v0.0.0/jsonnet-bin-v0.20.0-linux.tar.gz
1414
else

0 commit comments

Comments
 (0)