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.
2 parents d43a9a6 + f9c38ba commit fc4f6dbCopy full SHA for fc4f6db
Makefile
@@ -7,8 +7,8 @@ SYNCER_IMG_TAG ?= quay.io/cloud-bulldozer/dittybopper-syncer:latest
7
PLATFORM = linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
8
9
ifeq ($(filter v2,$(MAKECMDGOALS)),v2)
10
- # Set variables and instructions for v2
11
- TEMPLATES := $(wildcard $(TEMPLATESDIR)/**/*-v2.jsonnet)
+ # Set variables and instructions for v2
+ TEMPLATES := $(wildcard $(TEMPLATESDIR)/**/*-v2.jsonnet)
12
LIBRARY_PATH := $(TEMPLATESDIR)/vendor
13
JSONNET := https://github.com/cloud-bulldozer/utils/releases/download/v0.0.0/jsonnet-bin-v0.20.0-linux.tar.gz
14
else
0 commit comments