Skip to content

Commit f37b022

Browse files
committed
DO NOT MERGE: Use negz branch of ACK codegen
Per aws-controllers-k8s/code-generator#338 Signed-off-by: Nic Cope <[email protected]>
1 parent 11652a3 commit f37b022

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
@@ -6,8 +6,8 @@ PROJECT_REPO := github.com/crossplane/$(PROJECT_NAME)
66

77
PLATFORMS ?= linux_amd64 linux_arm64
88

9-
CODE_GENERATOR_REPO ?= https://github.com/aws-controllers-k8s/code-generator.git
10-
CODE_GENERATOR_COMMIT ?= f8c0f4711a91e50335450521e3c49673d135d56d
9+
CODE_GENERATOR_REPO ?= https://github.com/negz/code-generator.git
10+
CODE_GENERATOR_COMMIT ?= 33cee6f599c130d138a0feaf5031a4c59198611e
1111
GENERATED_SERVICES ?= $(shell find ./apis -type f -name generator-config.yaml | cut -d/ -f 3 | tr '\n' ' ')
1212

1313
# kind-related versions

0 commit comments

Comments
 (0)