Skip to content

Commit

Permalink
DO NOT MERGE: Use negz branch of ACK codegen
Browse files Browse the repository at this point in the history
Per aws-controllers-k8s/code-generator#338

Signed-off-by: Nic Cope <nicc@rk0n.org>
  • Loading branch information
negz committed May 27, 2022
1 parent 11652a3 commit f37b022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PROJECT_REPO := github.com/crossplane/$(PROJECT_NAME)

PLATFORMS ?= linux_amd64 linux_arm64

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

# kind-related versions
Expand Down

0 comments on commit f37b022

Please sign in to comment.