Skip to content

Commit

Permalink
Include tools makefile in ci (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura authored Feb 23, 2024
1 parent ab97f2e commit 7a6cea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/operator/hack/ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
OPERATOR_ROOT = ../..
PROJECT_ROOT = $(OPERATOR_ROOT)/../..
PROJECT_COMMON = $(OPERATOR_ROOT)/hack/common

include ${PROJECT_ROOT}/hack/tools/Makefile
include ${PROJECT_ROOT}/hack/tools/help.Makefile
include ${PROJECT_ROOT}/hack/tools/gardener.Makefile

Expand Down

0 comments on commit 7a6cea9

Please sign in to comment.