Skip to content

Commit

Permalink
Package canary installation files into the release artifacts (#6089)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Dec 23, 2021
1 parent 5bf6b45 commit 5eb4fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ release:
$(CP) -r ./topic-operator $(RELEASE_PATH)/
$(CP) -r ./strimzi-admin $(RELEASE_PATH)/
$(CP) -r ./drain-cleaner $(RELEASE_PATH)/
$(CP) -r ./canary $(RELEASE_PATH)/

java_build: crd_install
java_install: java_build
Expand Down

0 comments on commit 5eb4fb3

Please sign in to comment.