Skip to content

Commit

Permalink
rm controllergen install from action make
Browse files Browse the repository at this point in the history
  • Loading branch information
kengou committed Sep 18, 2024
1 parent 8f6d2d7 commit 9ae8f8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile.dev-env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ WORKDIR /workspace

COPY . .

# Build dev-env and setup-envtest
RUN make action-controllergen action-envtest
RUN make actiongenerate

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ $(CLI): $(LOCALBIN)

##@ Build
.PHONY: action-build
action-build: actiongenerate build-greenhouse build-idproxy build-cors-proxy build-greenhousectl build-service-proxy
action-build: build-greenhouse build-idproxy build-cors-proxy build-greenhousectl build-service-proxy

.PHONY: build
build: generate build-greenhouse build-idproxy build-cors-proxy build-greenhousectl build-service-proxy
Expand Down

0 comments on commit 9ae8f8a

Please sign in to comment.